gnzlbg / slice_deque
A contiguous-in-memory double-ended queue that derefs into a slice
☆154Updated 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
- Procedural macros in expression position☆204Updated 2 years ago
- Generic Atomic<T> type for Rust☆226Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- An extraction of the compiletest utility from the Rust compiler☆222Updated last month
- A procedural macro for auto logging output of functions☆190Updated 3 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated 9 months ago
- A library for creating references that carry their owner with them.☆364Updated last year
- This crate guarantees that your application is free of panicking branches☆176Updated 5 years ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated last month
- A simple bitset container for Rust☆130Updated 2 months ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- Utilities for pinning☆97Updated 10 months ago
- Compact string type for zero-copy parsing☆252Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- Extended utilities for working with files and filesystems in Rust☆145Updated 11 months ago
- Cargo subcommand for checking your documentation for broken links☆150Updated 2 months ago
- Abstract over the atomicity of reference-counting pointers in rust☆149Updated 3 months ago
- Type-safe transmutations between layout-compatible types.☆121Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated last month
- Utilities for dealing with substructures within syn macros☆139Updated 6 months ago
- ☆123Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- String interning for Rust☆196Updated this week
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 6 months ago
- A compiler plugin to insert flame calls☆377Updated last year
- Safely combine results☆81Updated 5 months ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 4 years ago