indexmap-rs / indexmapLinks
A hash table with consistent order and fast iteration; access items by key or sequence index
☆2,085Updated 2 weeks ago
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,496Updated this week
- Compile time static maps for Rust☆1,953Updated last week
- Rust library for single assignment cells and lazy statics without macros☆1,994Updated last month
- Some more derive(Trait) options☆1,955Updated this week
- Rust cache structures and easy function memoization☆1,836Updated last month
- A fast bump allocation arena for Rust☆1,800Updated 2 weeks ago
- Rust quasi-quoting☆1,431Updated last month
- A small rust library for adding custom derives to enums☆2,094Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,663Updated last month
- A crate for managing memory bit by bit☆1,315Updated 11 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆2,963Updated this week
- derive builder implementation for rust structs☆1,450Updated 9 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,024Updated this week
- Type erasure for async trait methods☆2,018Updated last week
- Find unused dependencies in Cargo.toml☆1,947Updated this week
- Rust port of Google's SwissTable hash map☆2,684Updated last month
- Slotmap data structure for Rust☆1,215Updated last year
- A binary encoder / decoder implementation in Rust.☆3,049Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,672Updated 4 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,133Updated 4 months ago
- Utilities for working with bytes☆2,073Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,600Updated last month
- Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.☆1,160Updated last week
- Concurrency permutation testing tool for Rust.☆2,399Updated 2 months ago
- A Rust proc-macro attribute parser☆1,133Updated last week
- Parser for Rust source code☆3,119Updated this week
- Macros for all your token pasting needs☆1,051Updated 9 months ago
- A small macro for defining lazy evaluated static variables in Rust.☆2,006Updated 5 months ago
- Temporary file library for rust☆1,312Updated 3 weeks ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,281Updated last month