Expand description

The crate prelude: reexport the most essential utilities so that blob use-ing them should enable the most straight-forward usage.

Re-exports

pub use crate::gen_iter;
pub use crate::generator::Generator;
pub use crate::generator::GeneratorExt as _;
pub use crate::generator::GeneratorState;
pub use crate::mk_gen;
pub use crate::stack_pinned;

Structs

A pinned pointer.

Traits

_alloc

Sugar for Box::pin(GeneratorFn::empty()).tap_mut(|it| it.as_mut().init(…)).

Attribute Macros