Module multiple
Source Available on crate feature nano-alloc only.
- array
- Helper functions and types for fixed-length arrays.
- concurrent_stream
alloc - Concurrent execution of streams
- future
- Asynchronous basic functionality.
- prelude
- The futures concurrency prelude.
- stream
- Composable asynchronous iteration.
- vec
alloc - Parallel iterator types for vectors (
Vec<T>)