strflags 0.3.0

A string-enum and string-flags with fixed variants that can also accept arbitrary data.
Documentation
[dependencies.convert_case]
version = "0.6"

[dependencies.ecow]
features = ["serde"]
version = "0.1"

[dependencies.identconv]
version = "0.2"

[dependencies.levenshtein]
optional = true
version = "1"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.serde]
optional = true
version = "1"

[dependencies.smallvec]
features = ["serde", "const_new"]
version = "1.11"
[dev-dependencies.serde]
version = "1"

[features]
debug = ["levenshtein", "log"]

[package]
description = "A string-enum and string-flags with fixed variants that can also accept arbitrary data.\n"
edition = "2021"
keywords = ["string", "set", "enum", "flags"]
license = "MIT OR Apache-2.0"
name = "strflags"
readme = "README.md"
repository = "https://github.com/mintlu8/strflags"
version = "0.3.0"