Module compat
Available on crate features
io and compat only.Expand description
Compat wrappers for interop with other crates.
Structsยง
- Async
Read Stream - A read stream wrapper for [
futures_util::io]. - Async
Stream - A stream wrapper for [
futures_util::io] traits. - Async
Write Stream - A write stream wrapper for [
futures_util::io]. - Sync
Stream - A growable buffered stream adapter that bridges async I/O with sync traits.