[dependencies.macron-map]
version = "0.1.1"
[lib]
name = "macron_collections"
path = "src/lib.rs"
[package]
authors = ["Bulat Sh. <t.me/fuderis>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Creates a new instance of std collections: HashMap, HashSet, BTreeMap, BTreeSet, VecDeque, LinkedList and BinaryHeap"
edition = "2021"
keywords = ["macros", "macro", "declarative"]
license = "MIT"
name = "macron-collections"
readme = "README.md"
repository = "https://github.com/fuderis/rs-macron/tree/main/macron-collections"
version = "0.1.5"
[[test]]
name = "test_collections"
path = "tests/test_collections.rs"