support 0.4.0

A collection of helper methods for Rust projects.
Documentation
1
2
3
4
5
6
pub mod strings;
pub mod inflector;

pub use strings::Strings;
pub use inflector::Inflector;