Crate fermion

Source
Expand description

Fermion

A super-compact binary encoding format ideal for constrained no_std environments.

Enums§

Error
Errors that might occur during serialization/deserialization

Functions§

decode
Decodes a value from provided buffer
encode
Encodes a value into provided buffer, returning a slice of the encoded representation