andylokandy / arraydequeLinks
A circular buffer with fixed capacity (Rust).
☆105Updated last year
Alternatives and similar repositories for arraydeque
Users that are interested in arraydeque are comparing it to the libraries listed below
Sorting:
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated last week
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Write doc comments from macros☆99Updated 3 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- ☆78Updated 3 years ago
- ☆76Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Lock free bounded non blocking pub sub queue☆76Updated 4 years ago
- Rust serializer library☆87Updated last year
- Custom derivation macro for Rust☆111Updated 7 years ago
- Safely combine results☆81Updated 9 months ago
- Concurrent hash trie☆54Updated 4 years ago
- ☆64Updated 4 years ago
- Run closures in parallel☆113Updated 4 months ago
- A simple bitset container for Rust☆142Updated last month
- Generic Atomic<T> type for Rust☆235Updated last year
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Token tree calling convention☆79Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- A typesafe store keyed by types and containing different types of values.☆177Updated 6 years ago
- Serialization value trees☆44Updated 10 months ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- ☆124Updated 2 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆58Updated 3 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago