col_macros 0.1.1

A collection of general purporse macros for construct distinct types of collections.
Documentation
[package]
name = "col_macros"
version = "0.1.1" # remember to change html root document
authors = ["NonNullableName <zeroed32@protonmail.com>"]
edition = "2018"
license = "Unlicense"
readme = "README.md"
repository = "https://github.com/NonNullableName/col_macros.git"
description = "A collection of general purporse macros for construct distinct types of collections."
keywords = ["collections", "macros", "general"]
categories = ["rust-patterns"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
high_mem_utils = "0.1.1"