daniel5151 / libc_alloc
A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.
☆23Updated last year
Alternatives and similar repositories for libc_alloc
Users that are interested in libc_alloc are comparing it to the libraries listed below
Sorting:
- A modern and lightweight implementation of arbitrary integers for Rust☆39Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- #[no_std] print equivalent for Rust☆64Updated last year
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆37Updated 4 years ago
- Rust API stability attributes for the rest of us.☆29Updated 10 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- Byte-wise atomic memcpy.☆36Updated last week
- Allows for proper and easy handling of volatile memory☆39Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Library facilitating safe pinned initialization☆40Updated this week
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- A Rustified OpenCL Experience☆46Updated last year
- Mirror of Rust's allocator api for use on stable rust☆59Updated this week
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- ☆57Updated last year
- ☆49Updated 2 months ago
- Generated bindings for Linux's userspace API☆51Updated last month
- ☆54Updated last year
- Type-erased core::Discriminant<T>☆38Updated 2 months ago
- Track memory allocations by backtrace or originating thread☆43Updated 3 weeks ago
- Unbuffered and unlocked I/O streams☆45Updated 2 months ago
- ☆53Updated 2 months ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated last month
- 🐱concat! with support for const variables and expressions☆41Updated 3 months ago
- Implementation of CStr and CString for no_std environments☆41Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago