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☆235Updated 3 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- ☆124Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆139Updated 2 months ago
- An extraction of the compiletest utility from the Rust compiler☆226Updated 3 weeks ago
- A simple bitset container for Rust☆145Updated 2 weeks ago
- skiplist☆142Updated 3 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 10 months ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆184Updated last year
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆229Updated last month
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆86Updated last week
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated this week
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Custom derivation macro for Rust☆112Updated 7 years ago
- A library for creating references that carry their owner with them.☆375Updated last year
- Safely combine results☆81Updated 10 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- A typesafe store keyed by types and containing different types of values.☆178Updated 6 years ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- Rust serializer library☆87Updated last year
- Hjson for Rust☆112Updated 9 months ago
- ☆76Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- This crate guarantees that your application is free of panicking branches☆177Updated 6 years ago