Crate futures_util [−] [src]
Combinators and utilities for working with Future
s, Stream
s, Sink
s,
and the AsyncRead
and AsyncWrite
traits.
Re-exports
pub use future::FutureExt; |
pub use io::AsyncReadExt; |
pub use io::AsyncWriteExt; |
pub use stream::StreamExt; |
pub use sink::SinkExt; |
Modules
future |
Futures |
io |
IO |
prelude |
Prelude containing the extension traits, which add functionality to existing asynchronous types. |
sink |
Sinks |
stream |
Streams |