gnzlbg / slice_dequeLinks
A contiguous-in-memory double-ended queue that derefs into a slice
☆155Updated 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
Sorting:
- Procedural macros in expression position☆203Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Generic Atomic<T> type for Rust☆235Updated 2 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Safely combine results☆81Updated 9 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆84Updated last week
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- Cargo subcommand for checking your documentation for broken links☆156Updated 6 months ago
- This crate guarantees that your application is free of panicking branches☆177Updated 6 years ago
- An extraction of the compiletest utility from the Rust compiler☆226Updated this week
- Run closures in parallel☆113Updated 5 months ago
- ☆124Updated 2 years ago
- Utilities for pinning☆96Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Heap-based async timers☆214Updated last year
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- A library for creating references that carry their owner with them.☆373Updated last year
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- ☆76Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- String interning for Rust☆200Updated last month
- skiplist☆142Updated 3 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 10 months ago
- Utilities for dealing with substructures within syn macros☆139Updated last month
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- An object pool manager in Rust☆196Updated 3 years ago