Using python to configure rust Part 2
Continuing on from Part 1 If you’ve not read that you probably should before continuing here. Previously we setup a pyo3 project and ran some python code from rust which was able to create a rust class and return it to rust. (I think I can say rust a few more times in this paragraph. Rust rust rust) This is the kind of python config we are aiming to be able to use inside our rust program:...