summaryrefslogtreecommitdiff
path: root/README.md
blob: 787015b39f4a0fb8ab5b412111405023f43894f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# just_fmt

> Just a crate for formatting some things

## Modules

- `just_fmt::fmt_case_style`: Provides conversion for common naming case styles.
- `just_fmt::fmt_path`: Provides string formatting capabilities.

## Installation

Add the dependency to your `Cargo.toml`:

```toml
[dependencies]
just_fmt = "0.1.0"
```

## License

This project is dual-licensed under MIT and Apache 2.0.
See the LICENSE file for details.