A hash table with consistent order and fast iteration; access items by key or sequence index
☆2,312Jan 7, 2026Updated 2 months ago
Alternatives and similar repositories for indexmap
Users that are interested in indexmap are comparing it to the libraries listed below
Sorting:
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- A small rust library for adding custom derives to enums☆2,336Mar 7, 2026Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 3 weeks ago
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,378Aug 9, 2024Updated last year
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- Temporary file library for rust☆1,414Mar 14, 2026Updated last week
- Type erasure for async trait methods☆2,133Feb 16, 2026Updated last month
- A binary encoder / decoder implementation in Rust.☆3,074Aug 15, 2025Updated 7 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 3 months ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Tools for concurrent programming in Rust☆8,369Feb 22, 2026Updated last month
- Rust cache structures and easy function memoization☆1,969Mar 9, 2026Updated last week
- derive(Error) for struct and enum error types☆5,382Feb 16, 2026Updated last month
- Blazing fast concurrent HashMap for Rust.☆3,977Mar 5, 2025Updated last year
- Parser for Rust source code☆3,302Updated this week
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- Just, really the littlest Vec you could need. So smol.☆731Mar 14, 2026Updated last week
- Statistics-driven benchmarking library for Rust☆5,433Nov 29, 2025Updated 3 months ago
- Zero-copy deserialization framework for Rust☆4,100Feb 28, 2026Updated 3 weeks ago
- Flexible concrete Error type built on std::Error☆6,464Feb 20, 2026Updated last month
- A macro to generate structures which behave like bitflags☆1,117Mar 14, 2026Updated last week
- Application level tracing for Rust.☆6,588Mar 13, 2026Updated last week
- Concurrency permutation testing tool for Rust.☆2,640Feb 20, 2026Updated last month
- Utilities for working with bytes☆2,198Feb 4, 2026Updated last month
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,319Nov 21, 2025Updated 4 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆551Nov 4, 2025Updated 4 months ago
- Zero-cost asynchronous programming in Rust☆5,829Feb 15, 2026Updated last month
- Slab allocator for Rust☆886Jan 31, 2026Updated last month
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month