Expand description

Simplified allocations for no-std on stable Rust.

All allocations require a *Store which gives them a 'static lifetime.

You can swap out alloc for faux_alloc and as long as the APIs are supported it will work.

Modules

Structs

Atomically reference-counted pointer

A place to store a fake “heap” that can allocate for one Arc.

A pointer type for heap allocation.

A place to store a fake “heap” that can allocate for one Box.

Traits

Trait for safely implementing a Waker