Docs.rs
tinybuf-0.3.0
tinybuf 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
wilsonzlin
Dependencies
off64 ^0.6.0
normal
serde ^1.0.160
normal
optional
static_assertions ^1.1.0
normal
Versions
7.5%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tinybuf
0.3.0
All Items
Crate Items
Enums
Crate
tinybuf
Copy item path
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).