convert_case_extras 0.1.0

Extra features for convert_case
Documentation
test *FILTER:
    cargo build
    cargo test -q {{FILTER}}
    cargo test -q --features random {{FILTER}}

watch *FILTER:
    watchexec -e rs -rc reset -- just test {{FILTER}}

build:
    cargo build --all

watch-build:
    watchexec -- "reset && just build"

doc:
    cargo doc --all-features

open-doc:
    xdg-open target/doc/convert_case_extras/index.html

watch-doc:
    watchexec -- "just doc && cargo test --all-features --doc"

tree:
    tree -I target

verify-nostd:
    cargo build --target thumbv6m-none-eabi