diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..787015b --- /dev/null +++ b/README.md @@ -0,0 +1,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. |
