jethrogb / rust-core_ioLinks
Rust std::io with all the parts that don't work in core removed.
☆36Updated 2 years ago
Alternatives and similar repositories for rust-core_io
Users that are interested in rust-core_io are comparing it to the libraries listed below
Sorting:
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- #[no_std] print equivalent for Rust☆65Updated last month
- std::Error in no_std environment.☆39Updated 4 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Read trait fixed to soundly work with uninitalized memory☆27Updated 2 years ago
- Compares two equal-sized byte strings in constant time.☆42Updated 5 months ago
- Project group working on the "safe transmute" feature☆96Updated last year
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- ☆64Updated 8 years ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- ☆61Updated 2 years ago
- Install a rustc master toolchain usable from rustup☆77Updated this week
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Home for the Inline Assembly project group