camel 1.0.1

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

<!-- automdrs:badges showCrateVersion="true" showCrateDownloads="true" showCrateDocs="true" showCommitActivity="true" showRepoStars="true" -->
![Crates.io Version](https://img.shields.io/crates/v/camel)
![Crates.io Total Downloads](https://img.shields.io/crates/d/camel)
![docs.rs](https://img.shields.io/docsrs/camel)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/un-rust/camel)
![GitHub Repo stars](https://img.shields.io/github/stars/un-rust/camel)
<!-- /automdrs -->

<!-- automdrs:description -->

Supports bidirectional conversion of variable strings between common naming formats.

<!-- /automdrs -->

**[Full documentation →](https://docs.rs/camel/)**

## Quick start

<!-- automdrs:cargo-add -->

```sh
cargo add camel
```

<!-- /automdrs -->

## Usage

<!-- automdrs:file src="./src/main.rs" -->
```rust
use camel::hello;

fn main() {
    println!("{}", hello("un-rust"));
}
```
<!-- /automdrs -->

## License

<!-- automdrs:contributors author="UnRUST" license="Apache-2.0" -->
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>
<!-- /automdrs -->

<!-- automdrs:with-automdrs -->

---

_🛠️ auto updated with [automd-rs](https://github.com/betterhyq/automd-rs)_

<!-- /automdrs -->