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☆64Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 weeks ago
- ☆91Updated last year
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆41Updated 4 months ago
- A cross-platform virtual memory API written in Rust☆132Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- Allows for proper and easy handling of volatile memory☆40Updated last year
- Generated bindings for Linux's userspace API☆60Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆42Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated 11 months ago
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆86Updated 2 years ago
- Code coverage support for Rust `no_std` and embedded programs☆60Updated 11 months ago
- Convert number to enum☆87Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆41Updated 2 years ago
- Library facilitating safe pinned initialization☆62Updated this week
- ☆68Updated 2 months ago
- a cross-platform library for opening OS pipes in Rust☆113Updated 3 weeks ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆95Updated 3 weeks ago
- A C expression parser and evaluator☆49Updated 2 years ago
- Scroll - making scrolling through buffers fun since 2016☆176Updated last month
- Proc macro implementation of #[naked]☆31Updated 2 years ago
- Cross-platform, endian-aware primitives for Rust☆41Updated last month
- Extensions to the Rust standard library☆49Updated 10 months ago
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆72Updated 10 months ago
- Project group working on the "safe transmute" feature☆94Updated last year
- Write and execute C code inside Rust.☆155Updated last year