A circular buffer with fixed capacity (Rust).
☆108Jan 14, 2024Updated 2 years ago
Alternatives and similar repositories for arraydeque
Users that are interested in arraydeque are comparing it to the libraries listed below
Sorting:
- Small Box optimization: store small item on stack and fallback to heap for large item.☆93Jul 2, 2025Updated 7 months ago
- A minimum preemptive OS on Cortex-M3 (specially on blue-pill board) written in Rust.☆34Jul 25, 2019Updated 6 years ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Rust proc macro for easily and safely use shell scripts in rust☆220Feb 23, 2025Updated last year
- Differentiable Rust Graphs (neural network library)☆16Oct 26, 2018Updated 7 years ago
- Is it easy to draw a line?☆14Sep 25, 2020Updated 5 years ago
- Rust auto-completion and hyperclick provider for the atom editor, using racer as back-end.☆12Jan 25, 2019Updated 7 years ago
- Logging scopes for slog-rs☆14Jan 14, 2026Updated last month
- Like a cell, but make lifetimes dynamic instead of ownership☆21Jul 14, 2022Updated 3 years ago
- Awesome embedded projects by the Rust community!☆95Feb 11, 2026Updated 2 weeks ago
- A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)☆43Feb 10, 2024Updated 2 years ago
- Rust bindings to google's cpuprofiler☆128Jan 7, 2020Updated 6 years ago
- Rust Bindings to Android log Library☆18Mar 4, 2025Updated 11 months ago
- Just like `Cell` but with volatile read / write operations☆18Aug 2, 2023Updated 2 years ago
- Mirror of gitlab project☆24Jun 23, 2019Updated 6 years ago
- Anonymous enum and checked exception for Rust.☆23Apr 4, 2021Updated 4 years ago
- Comparing Rust crate function speeds☆16Jan 11, 2019Updated 7 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆54Feb 25, 2024Updated 2 years ago
- Safe wrapper for initializing arrays☆75Dec 1, 2022Updated 3 years ago
- Implementation of the `embedded-hal` traits for STM32F30x microcontrollers☆35Feb 27, 2020Updated 6 years ago
- Easy-to-use Rust parser for CSS3 color strings☆20Apr 1, 2021Updated 4 years ago
- A macro impl and discussion about named & default args in Rust.☆18Dec 20, 2018Updated 7 years ago
- Coroutine demo for Rust☆15Jun 21, 2015Updated 10 years ago
- A friendly Rust utility crate for duration and datetime☆38Feb 12, 2022Updated 4 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106May 23, 2023Updated 2 years ago
- Coroutine and async/await support for tokio-based futures☆120Mar 7, 2020Updated 5 years ago
- Pure-macro Do notation and List-comprehension for Option, Result and Iterator.☆54Oct 26, 2019Updated 6 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Feb 16, 2026Updated last week
- Unix signal handling for tokio☆88Sep 14, 2018Updated 7 years ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Jun 13, 2019Updated 6 years ago
- Efficient sized chunk datatypes for immutable.rs☆28Apr 29, 2022Updated 3 years ago
- A Vec-like collection which guarantees stable indices and features O(1) deletion of elements☆22Mar 17, 2024Updated last year
- 💖 🦀 give thanks to your fellow Rustaceans☆167Mar 10, 2019Updated 6 years ago
- Just some macros to emulate the Async and Await in Rust :)☆38May 9, 2018Updated 7 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆43Aug 7, 2018Updated 7 years ago
- Number names is a Rust library to provide formatted string names for cardinal and ordinal numbers.☆13May 16, 2022Updated 3 years ago
- A sublime plugin to format rust code (wrapper for rust-style).☆11Jun 12, 2015Updated 10 years ago
- Allocators in Rust☆317Apr 4, 2020Updated 5 years ago
- Embedded FM Synthesizer in Rust☆22Oct 4, 2019Updated 6 years ago