serde-jam 0.0.14

JAM encoding with serde
Documentation
1
2
3
4
5
6
//! Visitors for the codec.

pub use {fixed::FixedBytesVisitor, vlen::VlenBytesVisitor};

mod fixed;
mod vlen;