const-gen 0.2.5

A crate for generating (relatively) complex compile-time constants in rust.
Documentation
[dependencies.const-gen-derive]
optional = true
version = "0.2"

[features]
default = ["derive", "phf"]
derive = ["const-gen-derive"]
phf = []

[lib]
name = "const_gen"
path = "src/lib.rs"

[package]
authors = ["Griffin O'Neill <gsoneill1003@gmail.com>"]
categories = ["accessibility", "config", "development-tools::build-utils"]
description = "A crate for generating (relatively) complex compile-time constants in rust.\n"
documentation = "https://docs.rs/const_gen"
edition = "2018"
homepage = "https://github.com/Eolu/const-gen"
keywords = ["const", "constants", "compile-time", "build"]
license = "MIT OR Apache-2.0"
name = "const-gen"
readme = "README.md"
repository = "https://github.com/Eolu/const-gen"
version = "0.2.5"