2024-03-14 08:13:07 +00:00
|
|
|
# sryaml
|
|
|
|
|
|
|
|
PyO3 bindings for [`serde_yaml`](https://docs.rs/serde_yaml/latest/serde_yaml/)
|
|
|
|
|
|
|
|
I have no idea what i'm doing! mostly a learning project! It's currently slower than `pyyaml`! and i don't know how to cross compile the wheels yet!
|
2024-03-14 01:15:44 +00:00
|
|
|
|
2024-03-14 08:11:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
Stuff i gone and learned from
|
|
|
|
|
|
|
|
- https://rust.code-maven.com/read-arbitrary-yaml
|
|
|
|
- https://stackoverflow.com/questions/70193869/exporting-hashmap-of-hashmap-to-python
|