Docs.rs
tinybox-0.3.1
tinybox 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
HellButcher
Dependencies
Versions
18.18%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
tinybox
0.3.1
TinyBox
Aliased Type
In crate tinybox
tinybox
Type Alias
TinyBox
Copy item path
pub type TinyBox<T> =
TinyBoxSized
<T, 0>;
Aliased Type
ยง
struct TinyBox<T>(
/* private fields */
);