cruet 0.13.3

Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.
Documentation
[badges.travis-ci]
repository = "chrislearn/cruet"
[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[lib]
name = "cruet"

[package]
authors = ["Josh Teeter<joshteeter@gmail.com>", "Chrislearn Young<chris@kenorld.com>"]
categories = ["text-processing", "value-formatting"]
description = "Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.\n"
documentation = "https://docs.rs/cruet"
edition = "2021"
homepage = "https://github.com/chrislearn/cruet"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["pluralize", "camel", "snake", "Inflector", "inflection"]
license = "BSD-2-Clause"
name = "cruet"
readme = "README.md"
repository = "https://github.com/chrislearn/cruet"
version = "0.13.3"