andylokandy / arraydeque
A circular buffer with fixed capacity (Rust).
☆101Updated 9 months ago
Related projects ⓘ
Alternatives and complementary repositories for arraydeque
- Small Box optimization: store small item on stack and fallback to heap for large item.☆74Updated last month
- Concatenate identifiers in a macro invocation☆93Updated last year
- Safe wrapper for initializing arrays☆72Updated last year
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆50Updated 4 months ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Custom derivation macro for Rust☆110Updated 6 years ago
- A simple Cross-platform thread schedule and priority library for rust.☆109Updated this week
- Run closures in parallel☆109Updated 3 weeks ago
- Async tracing capabilities for the log crate☆99Updated 3 years ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆51Updated 4 months ago
- Concurrent hash trie☆51Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆175Updated 7 months ago
- Safely combine results☆81Updated 2 months ago
- Keep version numbers in sync with Cargo.toml☆72Updated 5 months ago
- Cargo subcommand for checking your documentation for broken links☆149Updated last year
- Generic extensions for tapping values in Rust.☆55Updated 5 years ago
- ☆123Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 years ago
- A library for compact bit sets containing enums.☆92Updated 3 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- Write doc comments from macros☆98Updated 3 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆42Updated 3 weeks ago
- Serialization value trees☆43Updated 3 months ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆73Updated 8 months ago
- ☆25Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆91Updated last year
- An utility that easily makes bytes size representation and helps its arithmetic operations.☆110Updated last week
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆104Updated last year
- Initialize arrays with ease!☆82Updated last year