daniel5151 / libc_alloc
A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.
☆23Updated 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
- #[no_std] print equivalent for Rust☆61Updated last year
- A modern and lightweight implementation of arbitrary integers for Rust☆34Updated this week
- Data structures like Rust `alloc` which reuse user allocated memory☆53Updated 5 months ago
- 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.☆36Updated 4 years 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
- ☆55Updated last year
- ☆36Updated 2 months ago
- Mirror of Rust's allocator api for use on stable rust☆50Updated 2 weeks ago
- 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 9 months ago
- New register allocator designed as a successor to regalloc2☆36Updated last week
- A pure-Rust, no_std compatible PNG decoder☆45Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Cross-platform, endian-aware primitives for Rust☆36Updated 5 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆36Updated last year
- Macro for sealing traits and structures☆51Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- Rust API stability attributes for the rest of us.☆29Updated 8 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- A C expression parser and evaluator☆46Updated 2 years ago
- Generated bindings for Linux's userspace API☆51Updated last week
- Defer running expensive destructors until later☆19Updated 2 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆73Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 5 months ago
- Use winit like the async runtime you've always wanted☆49Updated 9 months ago
- Const TypeId and non-'static TypeId☆61Updated last week
- Faster integer division and modulus operations☆87Updated 2 years ago
- ☆50Updated 2 weeks ago
- Threadsafe RefCell for Rust☆90Updated last year