1 2 3 4 5 6 7 8 9 10 11 12 13
# caseconv `caseconv` is a simple library for easily converting strings (usually identifiers) between different case formats # Building ``` cargo build --release ``` # License `caseconv` is licenced under the `MIT License`.