jonhoo / hashbagLinks
An unordered multiset/bag implementation backed by HashMap
☆75Updated last week
Alternatives and similar repositories for hashbag
Users that are interested in hashbag are comparing it to the libraries listed below
Sorting:
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- Make trait methods callable without the trait in scope☆162Updated last month
- Compile-time checks that an enum or match is written in sorted order☆120Updated last month
- Run closures in parallel☆114Updated last year
- Better reference counted strings for Rust☆140Updated last year
- Define your own PhantomData☆158Updated last month
- Macro for sealing traits and structures☆61Updated last year
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- A memory efficient syntax tree for language developers☆64Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 2 weeks ago
- A fast, concurrent string interner☆164Updated last year
- docs.rs as a publishing platform?☆71Updated last month
- Choose Rust types at compile-time via constants☆70Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- ☆111Updated 3 years ago
- Map data structure whose keys are stored as ranges☆100Updated last month
- ☆61Updated 2 years ago
- Interning of data in rust☆119Updated 7 months ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- ☆94Updated 2 years ago
- Write doc comments from macros☆100Updated 3 months ago
- ☆244Updated 2 weeks ago
- Async fundamentals initiative: portable and interoperable☆77Updated 2 years ago
- Rust library for safely and explicitly parsing untrusted data☆53Updated last year
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- generators☆211Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated 2 weeks ago