gnzlbg / slice_deque
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
- Generic Atomic<T> type for Rust☆223Updated 11 months ago
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 9 months ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆182Updated 8 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- This crate guarantees that your application is free of panicking branches☆176Updated 5 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 5 months ago
- generators☆203Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- skiplist☆141Updated 3 years ago
- Manual segmented stacks for Rust☆296Updated 2 months ago
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- Conditional compilation according to rustc compiler version☆345Updated 3 weeks ago
- A procedural macro for auto logging output of functions☆190Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆120Updated 4 years ago
- An extraction of the compiletest utility from the Rust compiler