| Crates.io | axio |
| lib.rs | axio |
| version | 0.3.0-pre.1 |
| created_at | 2024-07-18 08:05:59.117901+00 |
| updated_at | 2025-12-25 05:16:06.496133+00 |
| description | `std::io` for `no_std` environment |
| homepage | https://github.com/arceos-org/arceos |
| repository | https://github.com/arceos-org/axio |
| max_upload_size | |
| id | 1307126 |
| size | 220,112 |
std::io for no_std environment.
Read: read_to_end, read_to_string.BufRead: read_until, read_line, split, lines.alloc types like Vec<u8>, Box<T>, etc.BufWriter::with_capacity. (If alloc is disabled, only BufWriter::new is available.)BufReader. (If alloc is disabled, BufReader::with_capacity will panic if the capacity is larger than a fixed limit.)std::ioaxerrno instead of std::io::Error.IoSlice and *_vectored APIs.Licensed under either of
at your option.
Almost all of the code in this repository is a copy of the Rust language codebase with minor modifications.
For attributions, see https://thanks.rust-lang.org/.