const_map 0.1.0

Macro to define compile-time associated constant maps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "const_map"
description = "Macro to define compile-time associated constant maps"
authors = ["Bill Fraser <wfraser@codewise.org>"]
repository = "https://github.com/wfraser/const_map"
documentation = "https://docs.rs/const_map"
readme = "README.md"
version = "0.1.0"
edition = "2021"
license = "MIT/Apache-2.0"

[dependencies]