A Rust API Inspired by Python, Powered by Serde
(ohadravid.github.io)
Years ago, I worked on reimplementing1 some Python code in Rust (yet again), and this time I needed to adapt Python’s dynamic capabilities (aka __getattr__) to the strict and compiled world of Rust.
Years ago, I worked on reimplementing1 some Python code in Rust (yet again), and this time I needed to adapt Python’s dynamic capabilities (aka __getattr__) to the strict and compiled world of Rust.