facet-singularize 0.32.2

Fast, no-regex English singularization for the facet ecosystem
Documentation
[dev-dependencies]

[features]
alloc = []
ci = []
default = ["std"]
std = ["alloc"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Fast, no-regex English singularization for the facet ecosystem"
edition = "2024"
keywords = ["singular", "plural", "inflection", "facet"]
license = "MIT OR Apache-2.0"
name = "facet-singularize"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.89.0"
version = "0.32.2"