Crate tokio_simplified

Source

Modules§

silly_aliases
Inspired by bkwilliams, these aliases will probably stay, but you shouldn’t rely too much on them

Structs§

IoManager
A simplified interface to interact with tokio’s streams and sinks.
IoManagerBuilder
A builder for IoManager, and the only way to build one since the constructors have been deleted.
IoWriter
A simple interface to interact with a tokio sink.

Traits§

ErrorHandler
Filter