sanename provides sensible naming rules to avoid escaping and conversion issues.
This is a Rust package to validate input and convert between the naming conventions supp0rted by sanname.
sanename
- the defauilt sanename package naminbg convention ClassCase
- JavaClassName naming conventioncamelCase
- camelCase with lowercase first word naming conventionCONSTANT_CASE
- naming convention for constants and environment variablessnake_case
- aka kernel_case aming conventionsAlso provides a method to sanitize input.