bluss / maplitLinks
Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
☆392Updated 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 rust-macro which makes errors easy to write☆336Updated last year
- Fowler–Noll–Vo hash function☆347Updated last year
- Generic array types in Rust☆414Updated 4 months ago
- A library for creating references that carry their owner with them.☆375Updated last year
- derive simple constructor functions for Rust structs☆559Updated 10 months ago
- Cargo subcommand to profile binaries☆442Updated 2 years ago
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- A small utility to compare Rust micro-benchmarks.☆357Updated 10 months ago
- A set of alternative `derive` attributes for Rust☆445Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆533Updated 4 months ago
- Rust proc macro for easily and safely use shell scripts in rust☆218Updated 4 months ago
- Fast, ergonomic metrics for Rust☆339Updated 9 months ago
- oh heck, a case conversion library☆554Updated last year
- Getters and Setters for Rust.☆356Updated 3 weeks ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation