framez 0.4.0

A zerocopy codec for encoding and decoding data in no_std environments.
Documentation
1
2
3
4
5
//! A ready to use set of codecs.

pub mod bytes;
pub mod delimiter;
pub mod lines;