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☆66Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆43Updated 2 years ago
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- Library facilitating safe pinned initialization☆75Updated this week
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- A C expression parser and evaluator☆49Updated 2 years ago
- Allows for proper and easy handling of volatile memory☆40Updated last year
- New register allocator designed as a successor to regalloc2☆56Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- a cross-platform library for opening OS pipes in Rust☆114Updated 3 months ago
- ☆92Updated last year
- A modern and lightweight implementation of arbitrary integers for Rust☆45Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Code coverage support for Rust `no_std` and embedded programs☆62Updated last month
- Rust API stability attributes for the rest of us.☆31Updated last year
- Bare-metal allocators.☆76Updated 3 years ago
- A newtype with alignment of at least `A` bytes☆33Updated last month
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- Automatic testing of FFI bindings for Rust☆21Updated 9 months ago
- ☆61Updated 2 years ago
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆88Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆74Updated last month
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- ☆69Updated 5 months ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Raw system calls for Rust☆102Updated 2 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago