daniel5151 / libc_allocLinks
A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.
☆27Updated 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:
- #[no_std] print equivalent for Rust☆65Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆43Updated this week
- A C expression parser and evaluator☆49Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Bare-metal allocators.☆76Updated 3 years ago
- Generated bindings for Linux's userspace API☆61Updated 3 weeks ago
- ☆91Updated last year
- Library facilitating safe pinned initialization☆66Updated 3 weeks ago
- Lightning Creations Compiler Frontend for various languages☆120Updated 11 months ago
- Write and execute C code inside Rust.☆155Updated last year
- a cross-platform library for opening OS pipes in Rust☆114Updated last month
- Arbitrary width integers☆22Updated 4 months ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- offsetof for Rust☆229Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- Proc macro implementation of #[naked]☆32Updated 2 years ago
- Stack unwinding library in Rust☆129Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Constant-time dynamic memory allocator in Rust☆107Updated this week
- Cross-platform, endian-aware primitives for Rust☆42Updated 2 months ago
- Convert number to enum☆87Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆41Updated 2 years ago
- New register allocator designed as a successor to regalloc2☆54Updated 2 weeks ago
- Byte-wise atomic memcpy.☆38Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week