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☆204Updated 2 years ago
- Generic Atomic<T> type for Rust☆243Updated last month
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆186Updated 2 weeks ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- A library for creating references that carry their owner with them.☆378Updated 2 years ago
- skiplist☆144Updated 3 years ago
- ☆125Updated 3 years ago
- A simple bitset container for Rust☆155Updated 4 months ago
- Cargo subcommand for checking your documentation for broken links☆155Updated 11 months ago
- An extraction of the compiletest utility from the Rust compiler☆230Updated 2 months ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 5 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆230Updated 5 months ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- Rust bindings for Amazon's Hawktracer profiler☆74Updated 5 years ago
- A Vec of Bits☆181Updated 2 months ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- ☆78Updated 2 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- A circular buffer with fixed capacity (Rust).☆107Updated last year