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
- ☆91Updated last year
- Rust ABI safe code generator☆190Updated 9 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 7 months ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆43Updated 2 years ago
- A modern and lightweight implementation of arbitrary integers for Rust☆45Updated this week
- A C expression parser and evaluator☆49Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Library facilitating safe pinned initialization☆75Updated last week
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- a cross-platform library for opening OS pipes in Rust☆114Updated 3 months ago
- Lightning Creations Compiler Frontend for various languages☆120Updated last year
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆73Updated last year
- Implementation of CStr and CString for no_std environments☆41Updated 2 years ago
- A cross-platform virtual memory API written in Rust☆133Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Macro for sealing traits and structures☆61Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- Project group working on the "safe transmute" feature☆97Updated last year
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Unbuffered and unlocked I/O streams☆45Updated 11 months ago
- Constant-time dynamic memory allocator in Rust☆111Updated last week
- Bare-metal allocators.☆76Updated 3 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Faster integer division and modulus operations☆88Updated 7 months ago
- Mirror of Rust's allocator api for use on stable rust☆74Updated last month
- Allows for proper and easy handling of volatile memory☆40Updated last year
- Convert number to enum☆87Updated last year
- Raw system calls for Rust☆102Updated 2 years ago