Login
From:
Mara's Blog
(Uncensored)
subscribe
Writing Python inside your Rust code — Part 2
https://blog.m-ou.se/writing-python-inside-rust-2/
links
backlinks
Roast topics
Find topics
Find it!
In this part, we’ll extend our python!{}-macro to be able to seamlessly use Rust variables in the Python code within. We explore a few options, and implement two alternatives.