andylokandy / arraydequeLinks
A circular buffer with fixed capacity (Rust).
☆106Updated 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☆94Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- ☆61Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆94Updated 2 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- ☆125Updated 3 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 3 months ago
- ☆87Updated 9 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Migrated to Codeberg☆79Updated 2 years ago
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- Run closures in parallel☆115Updated 9 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆51Updated last month
- Big array helper for serde☆64Updated last year
- Custom derivation macro for Rust☆113Updated 7 years ago
- ☆78Updated 4 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Write doc comments from macros☆101Updated 2 weeks ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated last month
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago