Registry / utility / inflections

inflections

JSON →
library1.1.1rscratesunverified

High performance inflection transformation library for changing properties of words like the case.

# Cargo.toml [dependencies] inflections = "1.1.1"
INSTALL
IMPORT
SIG · INFLECTIONS
I
inflections
utilityrustv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Inflect
use inflections::Inflect;

Convert a string to camel case using inflections.

use inflections::Inflect; fn main() { let word = "hello_world".to_camel_case(); println!("Camel case: {}", word); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
inflections — cargo add inflections · libregistry