col_proc_macros 0.1.1

A bunch of procedural macros for declare collections of various kinds from their contents as fast as possible.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "col_proc_macros"
version = "0.1.1"
dependencies = [
 "col_proc_macros_impl",
]

[[package]]
name = "col_proc_macros_impl"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b29bfbccf178717e5611752df0006bdde164853ca314a2e26b559a3e0b4c6bcc"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"