Expand description
Common IO primitives.
These primitives are closely mirroring the definitions in
tokio-io
. A big difference is that these definitions are not tied
to std::io::Error
, but instead allow for custom error types, and also don’t require
allocation.