ruby_inflector 0.0.10

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. Intended to emulate the behavior of ActiveSupport::Inflector in Ruby as closely as possible. https://api.rubyonrails.org/classes/ActiveSupport/Inflector.html
Documentation
[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[lib]
name = "ruby_inflector"

[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.

Intended to emulate the behavior of ActiveSupport::Inflector in Ruby as closely as possible.
https://api.rubyonrails.org/classes/ActiveSupport/Inflector.html
"""
documentation = "https://docs.rs/ruby_inflector"
edition = "2021"
homepage = "https://github.com/alexevanczuk/ruby_inflector"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["pluralize", "camel", "snake", "Inflector", "inflection"]
license = "BSD-2-Clause"
name = "ruby_inflector"
readme = "README.md"
repository = "https://github.com/alexevanczuk/ruby_inflector"
version = "0.0.10"

[profile.release]