gnzlbg / slice_dequeLinks
A contiguous-in-memory double-ended queue that derefs into a slice
☆155Updated 4 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:
- Generic Atomic<T> type for Rust☆246Updated 3 months ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Procedural macros in expression position☆204Updated 3 years ago
- Rust macro to generate self-referential structs☆212Updated 4 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 7 months ago
- ☆126Updated 3 years ago
- A simple bitset container for Rust☆159Updated 6 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆186Updated last month
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆193Updated 2 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- A typesafe store keyed by types and containing different types of values.☆181Updated 7 years ago
- An extraction of the compiletest utility from the Rust compiler☆230Updated last month
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- A library for creating references that carry their owner with them.☆383Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- skiplist☆144Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- A crate with indexed arenas with small memory footprint☆79Updated last year
- A HashMap wrapper that holds key-value pairs in insertion order☆178Updated last year
- This crate guarantees that your application is free of panicking branches☆178Updated 6 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- generators☆211Updated 2 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆280Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆156Updated last year
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago