daniel5151 / libc_allocLinks
A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.
☆25Updated 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☆64Updated last week
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆40Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A C expression parser and evaluator☆46Updated 2 years ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Rust API stability attributes for the rest of us.☆30Updated 11 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 7 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆37Updated 4 years ago
- Byte-wise atomic memcpy.☆36Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 7 months ago
- (lifetime) GATs on stable Rust