daniel5151 / libc_allocLinks
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:
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- #[no_std] print equivalent for Rust☆64Updated 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.☆30Updated 11 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Threadsafe RefCell for Rust☆91Updated 2 months ago
- Const TypeId and non-'static TypeId☆66Updated 3 weeks ago
- Generated bindings for Linux's userspace API☆51Updated last month
- A pure-Rust, no_std compatible PNG decoder☆46Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A modern and lightweight implementation of arbitrary integers for Rust☆39Updated last month
- Bare-metal allocators.☆76Updated 2 years ago
- Allows for proper and easy handling of volatile memory☆39Updated last year
- A Rust crate that allows you to match, bind, and pack the individual bits of integers.☆115Updated 5 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- Arbitrary width integers☆18Updated 2 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- A safe `Pin`-based intrusive doubly-linked list in Rust☆21Updated 2 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year
- ☆54Updated last year
- ☆86Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 weeks ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- A sinless derive helper☆72Updated 6 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- An exploration of Storages☆35Updated last year
- New register allocator designed as a successor to regalloc2☆38Updated 3 months ago