attrs2bin

Binary serializer for attrs-based classes


License
MIT
Install
pip install attrs2bin==0.0.1

Documentation

attrs2bin

attrs2bin is a Python library that lets you serialize/deserialize your attrs-based classes to/from a byte stream. It is compatible with Rust's bincode, so you can seralize objects in Python, send the resulting byte stream through a socket or any other transport and deserialize it back to a Rust object.