Crate tinybuf

Source

Enumsยง

TinyBuf
Immutable variable-length owned slice of bytes that tries to accept many different types (i.e. generic), similar to Box<dyn AsRef<[u8]>> but without boxing (i.e. heap allocation).