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
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Automatic cfg for Rust compiler features☆96Updated 7 months ago
- Run closures in parallel☆113Updated 3 months ago
- Concurrent hash trie☆54Updated 4 years ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- ☆76Updated 2 years ago
- Write doc comments from macros☆99Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- ☆124Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Token tree calling convention☆79Updated 2 years ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 4 years ago
- ☆78Updated 3 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Threadsafe RefCell for Rust☆90Updated last month
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Big array helper for serde☆60Updated 11 months ago
- Safe pointer-to-member functionality for rust☆33Updated 10 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 2 months ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Utilities for encoding and decoding frames with async/await☆75Updated 4 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago