dictgen 0.1.0

Compile-time case-insensitive map
Documentation
[dependencies.phf]
features = ["unicase"]
optional = true
version = "0.9"

[dependencies.phf_codegen]
optional = true
version = "0.9"

[dependencies.phf_shared]
optional = true
version = "0.9"

[dependencies.unicase]
version = "2.5"

[features]
codegen = ["std", "phf_codegen"]
default = ["std"]
map = ["phf", "phf_shared"]
std = []

[package]
categories = ["development-tools", "text-processing"]
description = "Compile-time case-insensitive map"
edition = "2018"
keywords = ["development", "spelling", "no_std"]
license = "MIT"
name = "dictgen"
repository = "https://github.com/crate-ci/typos"
version = "0.1.0"