- Fix compile error when using PyO3
abi3feature targeting a minimum version below 3.10
- Bump edition to 2021
- Bump MSRV to 1.56
- Update to PyO3 0.21
- Export
PythonizeDefault
- Update to PyO3 0.20
- Update to PyO3 0.19
- Add LICENSE file to the crate
- Update to PyO3 0.18
- Update to PyO3 0.17
- Update to PyO3 0.16
- Update to PyO3 0.15
- Add
pythonize_customfor customizing the Python types to serialize to. - Add support for
depythonizeto handle arbitrary Python sequence and mapping types.
- Update to PyO3 0.14
- Update to PyO3 0.13
- Require
stdfeature ofserde. - Reduce memory consumption when deserializing sequences.
- Fix deserializing untagged struct enum variants.
- Fix deserializing sequences from Python tuples.
- Change release versioning to match
pyo3major/minor version. - Implement
depythonizer
- Initial release