camel 1.0.2

Supports bidirectional conversion of variable strings between common naming formats.
Documentation

camel

Crates.io Version Crates.io Total Downloads docs.rs GitHub commit activity GitHub Repo stars

Supports bidirectional conversion of variable strings between common naming formats.

Full documentation →

Quick start

cargo add camel

Usage

use camel::hello;

fn main() {
    println!("{}", hello("un-rust"));
}

License

Published under the Apache-2.0 license. Made by @UnRUST 💛


🛠️ auto updated with automd-rs