2 unstable releases
0.2.0 | Oct 8, 2019 |
---|---|
0.1.0 | Sep 27, 2019 |
#2314 in Encoding
38KB
1.5K
SLoC
Fermion
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
str
s.
Not supported
String
s, or maps.- Byte slices larger than u16::MAX (65_535 bytes)
- Enums with more than 256 variants
lib.rs
:
Fermion
A super-compact binary encoding format ideal for constrained no_std environments.
Dependencies
~0.6–1.2MB
~25K SLoC