blob: 297264ec79cbbfcf7289ae76b39ef303535220b2 (
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.2"
```
## License
This project is dual-licensed under MIT and Apache 2.0.
See the LICENSE file for details.
|