# camel





Supports bidirectional conversion of variable strings between common naming formats.
**[Full documentation →](https://docs.rs/camel/)**
## Quick start
```sh
cargo add camel
```
## Usage
```rust
use camel::hello;
fn main() {
println!("{}", hello("un-rust"));
}
```
## License
Published under the [Apache-2.0](./LICENSE) license.
Made by [@UnRUST](https://github.com/un-rust) 💛
<br><br>
<a href="https://github.com/un-rust/camel/graphs/contributors">
<img src="https://contrib.rocks/image?repo=un-rust/camel" />
</a>
---
_🛠️ auto updated with [automd-rs](https://github.com/betterhyq/automd-rs)_