Docs.rs
inlinable-box-0.1.0
inlinable-box 0.1.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
spacejam
Dependencies
Versions
25%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
inlinable_
box
0.1.0
All Items
Crate Items
Structs
Crate
inlinable_box
Copy item path
Source
Structs
§
Inlinable
Box
A simple inlinable box that automatically inlines if a type’s size and alignment are less than or equal to that of
usize
.