Login
From:
Mara's Blog
(Uncensored)
subscribe
Writing Python inside your Rust code — Part 1
https://blog.m-ou.se/writing-python-inside-rust-1/
links
backlinks
Roast topics
Find topics
Find it!
About a year ago, I published a Rust crate called inline-python, which allows you to easily mix some Python into your Rust code using a python!{ .. } macro. In this series, I’ll go through the process of developing this crate from scratch.