Skip to content

Minimum Viable Product

Latest
Compare
Choose a tag to compare
@devashishdxt devashishdxt released this 23 Apr 08:57
· 17 commits to master since this release
3fc51ae
  • Support for serialization and deserialization of structs and enums with constant size (known at compile time) using derive macro.
  • Support for no_std environments.
  • Implement Desse trait for all primitive types and arrays of primitive types.
  • Add serialize_into function to Desse trait for in-place serialization (less copying of bytes).