This library exists to provide case conversion between common cases like CamelCase and snake_case. It is intended to be unicode aware, internally, consistent, and reasonably well performing.
Word boundaries are defined as the "unicode words" defined in the
unicode_segmentation
library, as well as within those words in this manner:
That is, "HelloWorld" is segmented "Hello World" whereas "HELLOworld" is segmented "HELLO world."
heck is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.