daniel5151 / libc_alloc
A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.
☆24Updated 11 months ago
Alternatives and similar repositories for libc_alloc:
Users that are interested in libc_alloc are comparing it to the libraries listed below
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 5 months ago
- #[no_std] print equivalent for Rust☆61Updated last year
- Allows for proper and easy handling of volatile memory☆38Updated 9 months ago
- Macro for sealing traits and structures☆51Updated 2 months ago
- Const TypeId and non-'static TypeId☆60Updated last week
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- A modern and lightweight implementation of arbitrary integers for Rust☆34Updated 2 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Rust API stability attributes for the rest of us.☆29Updated 7 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Threadsafe RefCell for Rust☆90Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆36Updated last year
- a cross-platform library for opening OS pipes in Rust☆103Updated 4 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆73Updated last year
- Cross-platform, endian-aware primitives for Rust☆35Updated 4 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- A safe `Pin`-based intrusive doubly-linked list in Rust☆17Updated last month
- ☆50Updated 5 months ago
- Better reference counted strings for Rust☆118Updated 7 months ago
- Mirror of Rust's allocator api for use on stable rust☆51Updated this week
- Target "triple" support☆49Updated 2 weeks ago
- New register allocator designed as a successor to regalloc2☆34Updated 2 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆69Updated 3 months ago
- ☆55Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 5 months ago
- Type aliases to C types like c_int for use with bindgen☆41Updated last year