fermion 0.2.0

A super-compact binary encoding format ideal for constrained no_std environments.
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 3 items with examples
  • Size
  • Source code size: 55.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • krl

Fermion

Documentation

Fermion is a super-compact binary encoding format ideal for constrained no_std environments.

Support

Being generally thought to be used in no_std environments, fermion, for now does not support allocations.

Supported

  • Zero-copy deserialization of byte-strings and strs.

Not supported

  • Strings, or maps.
  • Byte slices larger than u16::MAX (65_535 bytes)
  • Enums with more than 256 variants