Module rt
Runtime components
The traits and types within this module are used to allow plugging in runtime types. These include:
- Executors
- Timers
- IO transports
Modules
- bounds Trait aliases
Structs
- ReadBuf A wrapper around a byte buffer that is incrementally filled and initialized.
-
ReadBufCursor
The cursor part of a
ReadBuf.