[package] name = "col_macros" version = "0.2.2" authors = ["Dang"] edition = "2018" description = "A collection of general purporse macros for construct distinct types of collections." license = "Unlicense" categories = ["rust-patterns"] keywords = ["macros", "collections", "general"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] compile_ops = "0.1" high_mem_utils = "0.2" macro_helper = "0.1"