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 month
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated this week
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated 2 weeks ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year
- a cross-platform library for opening OS pipes in Rust☆112Updated last month
- A cross-platform virtual memory API written in Rust☆128Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆75Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Library facilitating safe pinned initialization☆56Updated last week
- ☆88Updated last year
- A modern and lightweight implementation of arbitrary integers for Rust☆40Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated last week
- Bare-metal allocators.☆76Updated 2 years ago
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 3 months ago
- Rust ABI safe code generator☆188Updated 2 months ago
- Type aliases to C types like c_int for use with bindgen☆40Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 3 weeks ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- An on-disk hash table implementation☆124Updated 3 years ago
- Macro for sealing traits and structures☆58Updated 7 months ago
- Raw system calls for Rust☆98Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- Rust API stability attributes for the rest of us.☆32Updated last year
- A lightweight lock protected by an atomic boolean.☆37Updated 4 months ago
- Code coverage support for Rust `no_std` and embedded programs☆57Updated 8 months ago
- Lightning Creations Compiler Frontend for various languages☆118Updated 7 months ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago