dataphract / acid_ioLinks
Rust I/O for no_std
☆29Updated 3 years ago
Alternatives and similar repositories for acid_io
Users that are interested in acid_io are comparing it to the libraries listed below
Sorting:
- Rust std::io with all the parts that don't work in core removed.☆36Updated 2 years ago
- Allows for proper and easy handling of volatile memory☆39Updated last year
- Use bitsized types as if they were a feature of rust.☆186Updated 4 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆60Updated last month
- Project group working on the "safe transmute" feature☆94Updated 11 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆41Updated 2 weeks ago
- #[no_std] print equivalent for Rust☆64Updated this week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- ☆51Updated 2 years ago
- A library for compact bit sets containing enums.☆115Updated 3 weeks ago
- A Mutex wrapper tracking acquisition order☆74Updated last week
- Minimal asynchronous executor for Rust☆129Updated this week
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- ☆74Updated last month
- Scroll - making scrolling through buffers fun since 2016☆176Updated this week
- Bare-metal allocators.☆75Updated 3 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated last year
- Typed index version of Rust slice and Vec containers☆72Updated 3 weeks ago
- Proof of concept ranged integers in Rust.☆48Updated last week
- ☆90Updated last year
- What if we could check declarative macros before using them?☆48Updated 10 months ago
- ☆43Updated 2 years ago
- Better reference counted strings for Rust☆135Updated last year
- Macro for sealing traits and structures☆59Updated 9 months ago
- Ranged integers for Rust based on const generics☆28Updated 2 months ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust