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