indefinite 0.1.11

Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel
Documentation
[dependencies.regex]
version = "1.12"

[features]
macros = []

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

[package]
authors = ["Adrian Tombu <adrian@otso.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel"
documentation = "https://docs.rs/indefinite/latest/indefinite/index.html"
edition = "2021"
include = ["/src", "LICENSE.md", "README.md"]
keywords = ["article", "a", "an", "grammar", "noun"]
license = "MIT"
name = "indefinite"
readme = "README.md"
repository = "https://codeberg.org/adriantombu/indefinite"
version = "0.1.11"

[package.metadata.docs.rs]
all-features = true