gnzlbg / slice_deque
A contiguous-in-memory double-ended queue that derefs into a slice
☆154Updated 3 years ago
Alternatives and similar repositories for slice_deque:
Users that are interested in slice_deque are comparing it to the libraries listed below
- Generic Atomic<T> type for Rust☆230Updated last year
- Procedural macros in expression position☆204Updated 2 years ago
- An extraction of the compiletest utility from the Rust compiler☆224Updated 2 months ago
- This crate guarantees that your application is free of panicking branches☆176Updated 5 years ago
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated 10 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆178Updated 11 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- Safely combine results☆81Updated 6 months ago
- Cargo subcommand for checking your documentation for broken links☆152Updated 3 months ago
- Custom derivation macro for Rust☆112Updated 7 years ago
- Heap-based async timers☆211Updated 9 months ago
- skiplist☆141Updated 3 years ago
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- A library for creating references that carry their owner with them.☆371Updated last year
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Utilities for pinning☆97Updated 11 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- A circular buffer with fixed capacity (Rust).☆103Updated last year
- Async stream for Rust and the futures crate.☆183Updated this week
- A collection of small utilities for working with pointer types in Rust.☆123Updated 2 months ago
- A typesafe store keyed by types and containing different types of values.☆177Updated 6 years ago
- Abstract over the atomicity of reference-counting pointers in rust☆150Updated 4 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Rust serializer library☆87Updated 10 months ago
- Compact string type for zero-copy parsing☆251Updated last year
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago