A helper library that allows you to use serde-enabled structures seamlessly with cpython
```
extern crate serde_python;
struct MyStruct { // ... } ```
Right now, simple enums serialize to strings, more complex enums aren't supported.
Advice on how to correctly handle this is welcome.
Support for FromPyObject (deserialize direction)
cargo test -- --nocapture`
The output must currently be manually audited by a human.
This project is licensed under the MIT License - see the LICENSE.md file for details