diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-13 01:55:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-13 02:03:50 +0800 |
| commit | abc9507b3f844144eb556f17cf5c98d2d8448518 (patch) | |
| tree | 9d28d75fa8cc98152da29fb8bb8b556c1d67fee9 /README.md | |
First
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. |
