1 | [package] |
---|---|
2 | name = "maplit" |
3 | version = "1.0.2" |
4 | authors = ["bluss"] |
5 | |
6 | license = "MIT/Apache-2.0" |
7 | repository = "https://github.com/bluss/maplit" |
8 | documentation = "https://docs.rs/maplit/" |
9 | |
10 | description = "Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet." |
11 | |
12 | keywords = ["literal", "data-structure", "hashmap", "macro"] |
13 | categories = ["rust-patterns"] |
14 | |
15 | [package.metadata.release] |
16 | no-dev-version = true |
17 |