Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
☆404May 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A vector with a fixed capacity. (Rust)☆864Oct 19, 2024Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,349Apr 18, 2026Updated 2 weeks ago
- Some more derive(Trait) options☆2,099Apr 23, 2026Updated last week
- Error management☆1,417May 2, 2020Updated 6 years ago
- Rust library for single assignment cells and lazy statics without macros☆2,081Mar 12, 2026Updated last month
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,115Apr 18, 2026Updated 2 weeks ago
- derive simple constructor functions for Rust structs☆572Aug 29, 2024Updated last year
- Macros for all your token pasting needs☆1,086Oct 6, 2024Updated last year
- Test your Rust Markdown documentation via Cargo☆300Mar 25, 2024Updated 2 years ago
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- Compile time static maps for Rust☆2,130Apr 18, 2026Updated 2 weeks ago
- A cargo subcommand for displaying when Rust dependencies are out of date☆1,392Apr 23, 2026Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,639Apr 15, 2026Updated 2 weeks ago
- Error boilerplate for Rust