dataphract / acid_io
Rust I/O for no_std
☆29Updated 2 years ago
Alternatives and similar repositories for acid_io:
Users that are interested in acid_io are comparing it to the libraries listed below
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 4 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 10 months ago
- Minimal asynchronous runtime for Rust☆125Updated 5 months ago
- ☆41Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆108Updated 2 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆72Updated last year
- A Mutex wrapper tracking acquisition order☆67Updated this week
- Bare-metal allocators.☆75Updated 2 years ago
- An attribute to create an atomic wrapper around a C-style enum☆41Updated 6 months ago
- A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly.☆81Updated 9 months ago
- Const TypeId and non-'static TypeId☆58Updated last month
- A modern and lightweight implementation of arbitrary integers for Rust☆33Updated last month
- Threadsafe RefCell for Rust☆89Updated last year
- sptr: The Strict Provenance Polyfill☆76Updated last year
- ⚠️ DEPRECATED ⚠️ -- use `portable-atomic` instead.☆30Updated last year
- Safe wrapper for initializing arrays☆72Updated 2 years ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆19Updated 5 months ago
- A sinless derive helper☆52Updated 2 months ago
- Derive Debug with a custom format per field.☆16Updated last month
- `$crate` in procedural macros.☆68Updated 2 weeks ago
- A utility to split autogenerated rust files into human-workable projects with the correct _form_☆35Updated 8 months ago
- Better reference counted strings for Rust☆117Updated 6 months ago
- Rust procedural macro attribute parser☆37Updated 7 months ago
- ☆65Updated 7 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated last week
- #[no_std] print equivalent for Rust☆60Updated last year
- Macro for sealing traits and structures☆50Updated last month
- Macro to generate bitfields for structs that allow for modular use of enums.☆173Updated 2 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆101Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.