collection_literals 1.0.1

Easy-to-use macros for initializing std::collections
Documentation
[dependencies]

[package]
description = "Easy-to-use macros for initializing std::collections"
edition = "2021"
exclude = [".idea", "collection_literals.iml"]
license = "MIT"
name = "collection_literals"
readme = "README.md"
repository = "https://github.com/vna2rexlnt/collection_literals"
resolver = "2"
version = "1.0.1"

[[test]]
name = "collection"
path = "tests/collection.rs"

[[test]]
name = "hash"
path = "tests/hash.rs"

[[test]]
name = "btree"
path = "tests/btree.rs"