daniel5151 / libc_alloc
A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.
☆24Updated 8 months ago
Related projects ⓘ
Alternatives and complementary repositories for libc_alloc
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- #[no_std] print equivalent for Rust☆60Updated 11 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Rust API stability attributes for the rest of us.☆30Updated 4 months ago
- Library facilitating safe pinned initialization☆30Updated 3 months ago
- Const TypeId and non-'static TypeId☆55Updated 3 weeks ago
- A modern and lightweight implementation of arbitrary integers for Rust☆32Updated 2 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- Target "triple" support☆47Updated last month
- Mirror of Rust's allocator api for use on stable rust☆47Updated this week
- New register allocator designed as a successor to regalloc2☆29Updated this week
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆32Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆34Updated 4 years ago
- Cross-platform, endian-aware primitives for Rust☆32Updated last month
- Extensions to the Rust standard library☆42Updated 7 months ago
- Project group working on the "safe transmute" feature☆85Updated 2 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆71Updated last year
- ☆55Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Full precision decimal representation of f64☆25Updated last week
- Make any value Sync but only available on its original thread☆37Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆59Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆36Updated last year
- A C expression parser and evaluator☆45Updated last year
- Allows for proper and easy handling of volatile memory☆35Updated 6 months ago