parity-scale-codec 3.4.0

SCALE - Simple Concatenating Aggregated Little Endians
Documentation
1
2
3
4
5
6
use parity_scale_codec::{MaxEncodedLen};

#[derive(MaxEncodedLen)]
struct NotEncode;

fn main() {}