[package]
authors = ["Daniel Keep <daniel.keep@gmail.com>"]
description = "This crate provides the `collect!` macro, which can be used to easily construct arbitrary collections, including `Vec`, `String`, and `HashMap`. It also endeavours to construct the collection with a single allocation, where possible."
documentation = "https://danielkeep.github.io/rust-collect-mac/doc/collect_mac/index.html"
exclude = [".cargo/*", "update-docs.py"]
keywords = ["collection", "collect", "macro"]
license = "MIT"
name = "collect-mac"
repository = "https://github.com/DanielKeep/rust-collect-mac"
version = "0.1.0"