//! Building coroutines from scratch
//!//! This module provides functions and types for creating new coroutines.
modfunc;modinit;// Re-export building blocks
pubusefunc::{FromFn, Once, Repeat, from_fn, once, repeat};pubuseinit::{init, init_from_fn, init_once, init_repeat};