postbag 1.0.0

💼 Postbag is a compact binary serde codec for Rust with built-in support for schema evolution. Fields and enum variants can be added, removed and reordered while old and new programs continue to exchange data.
Documentation
1
2
3
4
5
6
7
8
max_width = 114
use_small_heuristics = "Max"

fn_params_layout = "Compressed"

#wrap_comments = true
#comment_width = 100
imports_granularity = "Crate"