martinohmann / vecmap-rs
A vector-based map and set implementation for rust
☆11Updated this week
Alternatives and similar repositories for vecmap-rs:
Users that are interested in vecmap-rs are comparing it to the libraries listed below
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Take a value atomically once.☆29Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- Exhaustive iteration trait in Rust☆14Updated last week
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated last month
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated last week
- Immutable types and ImplicitClone trait similar to Copy☆20Updated 3 weeks ago
- We have Crater At Home☆30Updated 5 months ago
- Sort Unicode strings lexicographically☆36Updated 8 months ago
- Extensions to the Rust standard library☆43Updated 3 months ago
- Tiny little crate to determine how large an unnameable type is.☆11Updated this week
- A sinless derive helper☆71Updated 4 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Efficient byte-stream pipe buffer☆42Updated 9 months ago
- A Rust memory allocator for large slices that don't escape the stack.☆30Updated 2 years ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 5 months ago
- Rust String type with configurable byte storage.☆34Updated 6 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 3 years ago
- Helps you frob those bits☆37Updated 7 months ago
- A Vec-like collection which guarantees stable indices and features O(1) deletion of elements☆20Updated last year
- ☆36Updated 7 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Minimalist Rust syntax parsing for procedural macros☆63Updated 10 months ago
- An easy-to-use, incremental, multi-threaded garbage collector for Rust☆10Updated 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 6 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- A memory efficient container for rust nested collections☆39Updated 2 years ago