Skip to content

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

License

Notifications You must be signed in to change notification settings

calebmer/inflections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inflections

A Rust library for transforming one style of string to another focused on high performance.

Read the documentation for more.

Example

use inflections::Inflect;

assert_eq!("Hello World".to_camel_case(), "helloWorld".to_owned());

About

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

Resources

License

Stars

Watchers

Forks

Packages