Re-exportsยง
pub use async_buf_read_ext::AsyncBufReadExt;
pub use async_read_ext::AsyncReadExt;
pub use async_seek_ext::AsyncSeekExt;
pub use async_write_ext::AsyncWriteExt;
pub use buf_reader::BufReader;
pub use buf_stream::BufStream;
pub use buf_writer::BufWriter;
pub use copy::copy;
pub use copy_bidirectional::copy_bidirectional;
pub use copy_bidirectional::copy_bidirectional_with_sizes;
pub use copy_buf::copy_buf;
pub use empty::empty;
pub use empty::Empty;
pub use lines::Lines;
pub use mem::duplex;
pub use mem::simplex;
pub use mem::DuplexStream;
pub use mem::SimplexStream;
pub use repeat::repeat;
pub use repeat::Repeat;
pub use sink::sink;
pub use sink::Sink;
pub use split::Split;
pub use take::Take;
Modulesยง
- async_
buf_ ๐read_ ext - async_
read_ ๐ext - async_
seek_ ๐ext - async_
write_ ๐ext - buf_
reader ๐ - buf_
stream ๐ - buf_
writer ๐ - chain ๐
- copy ๐
- copy_
bidirectional ๐ - copy_
buf ๐ - empty ๐
- fill_
buf ๐ - flush ๐
- lines ๐
- mem ๐In-process memory IO types.
- read ๐
- read_
buf ๐ - read_
exact ๐ - read_
int ๐ - read_
line ๐ - read_
to_ ๐end - read_
to_ ๐string - read_
until ๐ - repeat ๐
- shutdown ๐
- sink ๐
- split ๐
- take ๐
- vec_
with_ ๐initialized - write ๐
- write_
all ๐ - write_
all_ ๐buf - write_
buf ๐ - write_
int ๐ - write_
vectored ๐
Constantsยง
- DEFAUL
T_ ๐BUF_ SIZE