reddish

Crates.io Documentation License

reddish library logo

A Rust utility library, making easier by taking the hassle out of working.


Usage

Add this to your Cargo.toml:

toml [dependencies] reddish = "0.2.0"

Example

```rust extern crate reddish; use reddish::*;

fn main() { println!("{}", snakecase("fooBarBaz")); // foobar_baz } ```

Features