Crate smallbox2

Source

Structs§

SmallBox
A [Box] analogue that will attempt to allocate to the stack with heap fallback
StackBox
A [Box] analogue that is exclusive to the stack, it will not overflow onto the heap.

Type Aliases§

SmallBox8
SmallBox16
SmallBox32
SmallBox64
StackBox8
StackBox16
StackBox32
StackBox64