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ยง
- DEFAULT_BUF_SIZE ๐