Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
☆401May 6, 2022Updated 3 years ago
Alternatives and similar repositories for maplit
Users that are interested in maplit are comparing it to the libraries listed below
Sorting:
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- Error management☆1,417May 2, 2020Updated 5 years ago
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- Test your Rust Markdown documentation via Cargo☆300Mar 25, 2024Updated last year
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 5 months ago
- derive simple constructor functions for Rust structs☆571Aug 29, 2024Updated last year
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- A cargo subcommand for displaying when Rust dependencies are out of date☆1,379Feb 5, 2026Updated 3 weeks ago
- Fowler–Noll–Vo hash function☆358Mar 20, 2024Updated last year
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 3 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 2 weeks ago
- Temporary file library for rust☆1,408Updated this week
- Type erasure for async trait methods☆2,118Feb 16, 2026Updated 2 weeks ago
- Error boilerplate for Rust☆727Aug 7, 2021Updated 4 years ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- deserialize env vars into typesafe structs with rust☆967Jun 7, 2024Updated last year
- A parser and formatter for std::{SystemTime, Duration}☆370Sep 11, 2025Updated 5 months ago
- derive builder implementation for rust structs☆1,534Jan 2, 2026Updated 2 months ago
- ☆206Feb 8, 2026Updated 3 weeks ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,331Sep 26, 2025Updated 5 months ago
- Subcommand to show result of macro expansion☆3,034Feb 12, 2026Updated 2 weeks ago
- A if/elif-like macro for Rust #[cfg] statements☆631Nov 26, 2025Updated 3 months ago
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- A tool for transforming Rust code using rules☆715Jun 4, 2023Updated 2 years ago
- Concatenate identifiers in a macro invocation☆94Dec 19, 2022Updated 3 years ago
- Graph data structure library for Rust.☆3,773Feb 21, 2026Updated last week
- A small macro for defining lazy evaluated static variables in Rust.☆2,031Jan 29, 2025Updated last year
- Rust implementations of string similarity metrics☆476Nov 27, 2025Updated 3 months ago
- Approximate floating point equality comparisons and assertions☆181Feb 5, 2026Updated 3 weeks ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆357Jan 20, 2026Updated last month
- Parse command line arguments by defining a struct.☆2,731Jan 7, 2024Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago