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:
- Generic Atomic<T> type for Rust☆237Updated 2 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆185Updated last year
- An extraction of the compiletest utility from the Rust compiler☆226Updated this week
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- Rust macro to generate self-referential structs☆211Updated 4 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- ☆125Updated 2 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- A simple bitset container for Rust☆148Updated 2 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆269Updated 2 years ago
- A library for creating references that carry their owner with them.☆376Updated last year
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- This crate guarantees that your application is free of panicking branches☆178Updated 6 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month
- A Vec of Bits☆181Updated 2 months ago
- skiplist☆142Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 7 months ago
- Scroll - making scrolling through buffers fun since 2016☆175Updated 2 weeks ago
- [deprecated] Avoid memcpy calls when working with standard containers☆278Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated last week
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 2 months ago
- A stack for rust trait objects that minimizes allocations☆128Updated 3 years ago
- Bit-level packing and unpacking for Rust☆170Updated last year
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- ☆77Updated 2 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 11 months ago