indexmap-rs / indexmapLinks
A hash table with consistent order and fast iteration; access items by key or sequence index
☆2,287Updated last month
Alternatives and similar repositories for indexmap
Users that are interested in indexmap are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,608Updated this week
- Some more derive(Trait) options☆2,068Updated this week
- Rust cache structures and easy function memoization☆1,959Updated last month
- Compile time static maps for Rust☆2,093Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,057Updated 8 months ago
- A fast bump allocation arena for Rust☆2,087Updated 3 weeks ago
- A small rust library for adding custom derives to enums☆2,287Updated this week
- Easily assign underlying errors into domain-specific errors while adding context☆1,836Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,370Updated last year
- derive builder implementation for rust structs☆1,529Updated last month
- Rust quasi-quoting☆1,525Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,267Updated last month
- A binary encoder / decoder implementation in Rust.☆3,076Updated 5 months ago
- Type erasure for async trait methods☆2,107Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,090Updated 3 weeks ago
- A safe and fast multi-producer, multi-consumer channel.☆2,869Updated last month
- Find unused dependencies in Cargo.toml☆2,072Updated last month
- Rust port of Google's SwissTable hash map☆2,862Updated this week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,703Updated 3 weeks ago
- Compile-time type-checked builder derive☆1,140Updated last month
- Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.☆1,263Updated 3 weeks ago
- A Rust proc-macro attribute parser☆1,229Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,270Updated last year
- A small macro for defining lazy evaluated static variables in Rust.☆2,028Updated last year
- A macro to generate structures which behave like bitflags☆1,096Updated 2 months ago
- Utilities for working with bytes☆2,172Updated this week
- Slotmap data structure for Rust☆1,285Updated 2 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,306Updated 2 months ago
- Macros for all your token pasting needs☆1,077Updated last year
- Concurrency permutation testing tool for Rust.☆2,592Updated 3 weeks ago