This library exists to provide case conversion between common cases like camelCase and snake_case, with type-level support. It is intended to be unicode aware, internally consistent, and reasonably well performing.
The transformation algorithm in this library is based on the Rust heck library.
- PascalCase
- camelCase
- snake_case
- kebab-case
This project is licensed under either of Apache License, Version 2.0 or MIT License at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.