reword 7.0.0

Provides some utility functions for human-readable formatting of words.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "reword"
version = "7.0.0"
authors = ["evenorog <evenorog@gmail.com>"]
description = "Provides some utility functions for human-readable formatting of words."
documentation = "https://docs.rs/reword"
repository = "https://github.com/evenorog/reword"
readme = "README.md"
license = "MIT OR Apache-2.0"
categories = ["text-processing"]
edition = "2021"

[dependencies]
unicode-segmentation = "1"

[badges]
maintenance = { status = "actively-developed" }