[][src]Crate bump_into

Macros

space

Creates an uninitialized array of MaybeUninit<u8> on the stack, suitable for taking a slice of to pass into BumpInto::new.

space_zeroed

Creates a zeroed array of MaybeUninit<u8> on the stack, suitable for taking a slice of to pass into BumpInto::new.

Structs

AlignOf

A zero-sized struct that becomes core::mem::align_of::<T>() when converted using Into<usize>.

BumpInto

A bump allocator over an arbitrary region of memory.

SizeOf

A zero-sized struct that becomes core::mem::size_of::<T>() when converted using Into<usize>.