Skip to main contentCrate just_fmt
Source - fmt_case_style
- Format naming styles
- fmt_path
- Normalize an input path string into a canonical, platform‑agnostic form.
- camel_case
- Convert to camelCase format (brewCoffee)
- dot_case
- Convert to dot.case format (brew.coffee)
- kebab_case
- Convert to kebab-case format (brew-coffee)
- lower_case
- Convert to lower case format (brew coffee)
- pascal_case
- Convert to PascalCase format (BrewCoffee)
- snake_case
- Convert to snake_case format (brew_coffee)
- title_case
- Convert to Title Case format (Brew Coffee)
- upper_case
- Convert to UPPER CASE format (BREW COFFEE)