andylokandy / arraydeque
A circular buffer with fixed capacity (Rust).
☆103Updated 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
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆178Updated 11 months ago
- ☆64Updated 4 years ago
- Concurrent hash trie☆51Updated 4 years ago
- docs.rs as a publishing platform?☆68Updated 3 weeks ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Threadsafe RefCell for Rust☆90Updated last year
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Custom derivation macro for Rust☆112Updated 7 years ago
- ☆124Updated 2 years ago
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Automatic cfg for Rust compiler features☆95Updated 5 months ago
- Decimal Floating Point arithmetic for rust☆80Updated last year
- Lock free bounded non blocking pub sub queue☆76Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 8 months ago
- Procedural macros in expression position☆204Updated 2 years ago
- Runtime string formatting for Rust☆63Updated 5 years ago
- Run closures in parallel☆113Updated last month
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 5 months ago
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- Token tree calling convention☆79Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago