
A Rust API Inspired by Python, Powered by Serde
BRANK
Years ago, I worked on reimplementing some Python code in Rust and needed to adapt Python’s dynamic reflection capabilities (aka __getattr__) to the strict and …