andylokandy / arraydeque
A circular buffer with fixed capacity (Rust).
☆104Updated last year
Alternatives and similar repositories for arraydeque:
Users that are interested in arraydeque are comparing it to the libraries listed below
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated last month
- Concurrent hash trie☆51Updated 4 years ago
- ☆79Updated 3 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆53Updated 2 weeks ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Write doc comments from macros☆99Updated 3 years ago
- ☆64Updated 4 years ago
- Utilities for encoding and decoding frames with async/await☆74Updated 3 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 3 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- Lock free bounded non blocking pub sub queue☆77Updated 3 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Safely combine results☆81Updated 5 months ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Safe pointer-to-member functionality for rust☆33Updated 8 months ago
- Threadsafe RefCell for Rust☆90Updated last year
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 5 months ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Typed index version of Rust slice and Vec containers☆68Updated 4 months ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated this week
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Serialization value trees☆43Updated 6 months ago
- Minimal and reusable non-blocking I/O layer☆91Updated last year
- Run closures in parallel☆112Updated 3 weeks ago
- [DEPRECATED] A simple object arena☆37Updated 3 years ago