| Name | Description |
|---|
| io::tee_reader | Returns a reader that implements InStream and that will write any data read... |
| io::str_view | |
| io::is_struct_with_default_print | |
| io::eprintfn | Prints using a 'printf'-style formatting string,... |
| io::read_varint | |
| io::read_byte_using_read | |
| io::fprint | Print a value to a stream. |
| io::write_short_bytearray | |
| io::write_using_write_byte | |
| io::len | |
| io::stdout | Get standard out. |
| io::stderr | Get standard err. |
| io::@is_not_instream_if_ptr | |
| io::@is_outstream | |
| io::read_be_int128 | |
| io::copy_to | |
| io::@is_instream | |
| io::pushback_byte | |
| io::treadline | Reads a string, see `readline`, except the it is allocated... |
| io::read_be_long | |
| io::read_be_ushort | |
| io::bprintf | Prints using a 'printf'-style formatting string,... |
| io::write | |
| io::wrap_bytes | Wrap bytes for reading using io functions. |
| io::fprintn | |
| io::write_byte | |
| io::printn | Print any value to stdout, appending an '\n’ after. |
| io::read_from | |
| io::print_hex_chars | |
| io::eprintn | Print any value to stderr, appending an '\n’ after. |
| io::pad | |
| io::read_be_uint128 | |
| io::atoa | |
| io::read_fully | |
| io::eprintf | Prints using a 'printf'-style formatting string... |
| io::write_any | |
| io::tinit | |
| io::vprintf | |
| io::free | |
| io::printfn | Prints using a 'printf'-style formatting string,... |
| io::scan | Scan the stream for the next split character and return data up to the match. |
| io::read_bits | |
| io::to_format | |
| io::@report_fault | |
| io::eprint | Print any value to stderr. |
| io::seek | |
| io::out_chars | |
| io::print_with_function | |
| io::flush | |
| io::fprintfn | Prints using a 'printf'-style formatting string,... |
| io::pushback_using_seek | |
| io::write_be_short | |
| io::read_be_int | |
| io::write_all | |
| io::fmt_u | |
| io::struct_to_format | Introspect a struct and print it to a formatter |
| io::fprintf | Prints using a 'printf'-style formatting string.... |
| io::read_be_short | |
| io::read_any | |
| io::write_varint | |
| io::@wrap_bad | |
| io::read | |
| io::write_be_int | |
| io::readline | Read from a stream (default is stdin) to the next "\n"... |
| io::shrink | |
| io::printf | |
| io::write_be_long | |
| io::ftoa | |
| io::etoa | |
| io::print | |
| io::read_short_bytearray | |
| io::destroy | |
| io::first_err | |
| io::write_to | |
| io::available | |
| io::readline_to_stream | Reads a string, see `readline`, the data is passed to an outstream |
| io::read_be_uint | |
| io::clear | |
| io::gtoa | |
| io::write_tiny_bytearray | |
| io::stdin | Get standard in. |
| io::init_with_buffer | |
| io::read_byte | |
| io::read_all | |
| io::write_bits | |
| io::putchar | Libc `putchar`, prints a single character to stdout. |
| io::ensure_capacity | |
| io::read_be_ulong | |
| io::grow | |
| io::init | Buffer reads from a stream. |
| io::close | |
| io::write_be_int128 | |
| io::read_using_read_byte | |
| io::write_byte_using_write | |
| io::@is_not_outstream_if_ptr | |
| io::read_tiny_bytearray | |