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 this week
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- ☆92Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- Project group working on the "safe transmute" feature☆96Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- A C expression parser and evaluator☆49Updated 2 years ago
- Code coverage support for Rust `no_std` and embedded programs☆62Updated last month
- ☆69Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- Rust std::io with all the parts that don't work in core removed.☆36Updated 2 years ago
- a cross-platform library for opening OS pipes in Rust☆114Updated 2 months ago
- A cross-platform virtual memory API written in Rust☆133Updated last year
- Library facilitating safe pinned initialization☆75Updated this week
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 9 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Faster integer division and modulus operations☆88Updated 6 months ago
- Parse integers directly from `[u8]` slices in safe code☆62Updated 2 years ago
- Allows for proper and easy handling of volatile memory☆40Updated last year
- Rust ABI safe code generator☆190Updated 8 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- ☆51Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Generated bindings for Linux's userspace API☆64Updated 2 weeks ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆43Updated 2 years ago
- Bare-metal allocators.☆76Updated 3 years ago
- Macro for sealing traits and structures☆60Updated last year
- Extensions to the Rust standard library☆49Updated last year
- Convert number to enum☆87Updated last year