[go: up one dir, main page]

common_macros 0.1.0

Provides common macros like `hash_map!` or `hash_set!` (WIP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "common_macros"
version = "0.1.0"
authors = ["Philipp Korber <philippkorber@gmail.com>"]
description = "Provides common macros like `hash_map!` or `hash_set!` (WIP)"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "./README.md"
keywords = ["hash", "map", "macros", "common"]

[dependencies]