Module rsmallbox

Source
Expand description

Contains the RSmallBox<_> type.

Re-exports§

pub use crate::inline_storage::alignment;
pub use crate::inline_storage::InlineStorage;

Structs§

RSmallBox
A box type which stores small values inline as an optimization.