sbor 1.3.1

Reference implementation of the SBOR binary data format, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
8
9
mod array;
mod boolean;
mod collection;
mod integer;
mod misc;
mod option;
mod result;
mod string;
mod tuple;