decompound 0.3.0

Decompose a compound word into its constituent parts. Works in any language, as you provide the rules around what constitutes a (*single*) word.
Documentation
[dependencies.bitflags]
version = "2.4.0"

[dependencies.log]
version = "0.4.19"

[dependencies.unicode_titlecase]
version = "2.2.0"
[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.rstest]
version = "0.18.1"

[package]
authors = ["Alex Povel <rust@alexpovel.de>"]
categories = ["algorithms"]
description = "Decompose a compound word into its constituent parts. Works in any language, as you provide the rules around what constitutes a (*single*) word."
documentation = "https://docs.rs/decompound"
edition = "2021"
include = ["README.md", "LICENSE", "Cargo.toml", "src"]
keywords = ["dictionary", "compound", "word", "detection"]
license = "MIT"
name = "decompound"
readme = "README.md"
repository = "https://github.com/alexpovel/decompound"
rust-version = "1.64.0"
version = "0.3.0"