tree-buf 0.10.0

A prototype binary serialization protocol for data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod array;
pub mod array_fixed;
pub mod boolean;
pub mod bytes;
pub mod float;
pub mod hashmap;
pub mod ignore;
pub mod integer;
pub mod nullable;
pub mod string;
pub mod tuple;

pub use {array::*, array_fixed::*, boolean::*, bytes::*, float::*, hashmap::*, ignore::*, integer::*, nullable::*, string::*, tuple::*};