jam-codec 0.1.1

Lightweight, efficient, binary codec for JAM
Documentation
1
2
3
4
5
6
use jam_codec::{MaxEncodedLen};

#[derive(MaxEncodedLen)]
struct NotEncode;

fn main() {}