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
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆36Updated this week
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆37Updated last year
- Mirror of Rust's allocator api for use on stable rust☆57Updated 2 months ago
- ☆67Updated 8 months ago
- Rust API stability attributes for the rest of us.☆29Updated 9 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.☆37Updated 4 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆74Updated last year
- Defer running expensive destructors until later☆19Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- A Rustified OpenCL Experience☆46Updated last year
- ☆55Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated last month
- ☆50Updated 2 months ago
- Const TypeId and non-'static TypeId☆66Updated last month
- 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
- ☆54Updated last year
- Bare-metal allocators.☆76Updated 2 years ago
- New register allocator designed as a successor to regalloc2☆38Updated last month
- Generated bindings for Linux's userspace API☆50Updated 2 weeks ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 7 months ago
- Simple and fast implementation of language tag normalization and validation☆22Updated 5 months ago
- Threadsafe RefCell for Rust☆90Updated last month
- Macro for sealing traits and structures☆53Updated 4 months ago
- ☆74Updated 10 months ago
- Code coverage support for Rust `no_std` and embedded programs☆54Updated 5 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated 3 weeks ago