Module util

Source

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 ๐Ÿ”’

Functionsยง

poll_proceed_and_make_progress ๐Ÿ”’