Expand description

This crate defines a StackFuture wrapper around futures that stores the wrapped future in space provided by the caller. This can be used to emulate dyn async traits without requiring heap allocation.

For more details, see the documentation on the StackFuture struct.

Structs

A wrapper that stores a future in space allocated by the container