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
- #[no_std] print equivalent for Rust☆63Updated last year
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 6 months ago
- Mirror of Rust's allocator api for use on stable rust☆52Updated last month
- A modern and lightweight implementation of arbitrary integers for Rust☆34Updated this week
- Rust API stability attributes for the rest of us.☆29Updated 8 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 4 months ago
- Allows for proper and easy handling of volatile memory☆38Updated 10 months ago
- Macro for sealing traits and structures☆52Updated 3 months ago
- Track memory allocations by backtrace or originating thread☆42Updated 4 months ago
- 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
- An exploration into the various ways optional trait methods can be implemented in Rust.☆37Updated 4 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆37Updated last year
- Library facilitating safe pinned initialization☆34Updated 3 weeks ago
- std::Error in no_std environment.☆39Updated 4 years ago
- Convert number to enum☆87Updated 8 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- a cross-platform library for opening OS pipes in Rust☆105Updated last month
- Mostly safe wrapper for alloca☆25Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated 10 months ago
- Const TypeId and non-'static TypeId☆64Updated 3 weeks ago
- Imitate the documentation build that docs.rs would do☆49Updated 2 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆71Updated 4 months ago
- ☆54Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 5 months ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago