Writing Python inside your Rust code — Part 3

1 · Mara Bos · May 9, 2020, midnight
Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we’ll extend our python!{} macro to make that happen....