Data structures like Rust `alloc` which reuse user allocated memory
☆62Oct 9, 2025Updated 5 months ago
Alternatives and similar repositories for static-alloc
Users that are interested in static-alloc are comparing it to the libraries listed below
Sorting:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Oct 22, 2024Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆54Feb 25, 2024Updated 2 years ago
- A rust library for converting between UTF-8, UTF-16 and UTF-32 characters.☆13Jul 5, 2024Updated last year
- rust hints to the optimizer☆19Aug 1, 2021Updated 4 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated this week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Mar 12, 2026Updated last week
- More indexing options for Rust slices☆10Oct 26, 2023Updated 2 years ago
- `$crate` in procedural macros.☆81Mar 5, 2026Updated 2 weeks ago
- Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.☆18Jul 22, 2023Updated 2 years ago
- Support for compiling C programs with Eyra☆15Oct 13, 2024Updated last year
- HAMT implementation whose sub-trees can be shared over threads☆10Feb 9, 2026Updated last month
- FDCAN peripheral driver for STM32 chips☆13Jan 31, 2025Updated last year
- Polonius talk at RBR 2019☆14Apr 9, 2021Updated 4 years ago
- ☆56Aug 16, 2025Updated 7 months ago
- ☆13Mar 7, 2024Updated 2 years ago
- Single-future, #![no_std] executor based on event bitmasks☆23Feb 26, 2022Updated 4 years ago
- Method generation for enumerated types in Rust☆12Apr 11, 2019Updated 6 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Jul 2, 2025Updated 8 months ago
- watt-based inline procedural macros☆14Jul 17, 2020Updated 5 years ago
- A Discord bot for the Community Rust Language server, written in Python.☆18Jul 20, 2023Updated 2 years ago
- ☆53Sep 12, 2025Updated 6 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Oct 23, 2020Updated 5 years ago
- A Blinking Queue☆19Dec 20, 2021Updated 4 years ago
- ☆20Feb 9, 2023Updated 3 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆39Oct 19, 2024Updated last year
- [Experiment] A lock-free, wait-free, block-free logger for the ARM Cortex-M architecture☆10Feb 18, 2020Updated 6 years ago
- https://crates.io/crates/embed-wasm☆11Aug 25, 2020Updated 5 years ago
- Generic Range iterators for Rust☆28Jun 16, 2025Updated 9 months ago
- An implementation of an efficient O(n) median filter in Rust.☆23May 12, 2022Updated 3 years ago
- Remove Cargo.lock lockfile☆33Dec 20, 2025Updated 3 months ago
- Use declarative macros as proc_macro attributes or derives☆154Feb 5, 2026Updated last month
- Rust closures you can transfer over an FFI boundary☆27Nov 18, 2020Updated 5 years ago
- Aligned allocation for Rust☆15Oct 27, 2020Updated 5 years ago
- Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).☆18Apr 10, 2024Updated last year
- A prototype of my proposed name resolution algorithm for Rust.☆13Nov 24, 2015Updated 10 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Nov 7, 2024Updated last year
- Support for variety of disjoint impls distinguished by associated types☆22Feb 12, 2026Updated last month
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Aug 25, 2024Updated last year
- 🍬 Rust HTML templating and virtual DOM library☆27Dec 28, 2020Updated 5 years ago