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
- Procedural macros in expression position☆203Updated 2 years ago
- Generic Atomic<T> type for Rust☆234Updated last year
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated last year
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- An extraction of the compiletest utility from the Rust compiler☆225Updated 3 months ago
- A library for creating references that carry their owner with them.☆371Updated last year
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆115Updated 8 months ago
- String interning for Rust☆199Updated last month
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- A procedural macro for auto logging output of functions☆192Updated 3 years ago
- Utilities for pinning☆96Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Cargo subcommand for checking your documentation for broken links☆155Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆124Updated 3 months ago
- A simple bitset container for Rust☆137Updated last week
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- skiplist☆142Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 4 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- generators☆207Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 4 months ago
- Allocators in Rust☆312Updated 5 years ago
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆227Updated 7 months ago