From abc9507b3f844144eb556f17cf5c98d2d8448518 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 13 Feb 2026 01:55:52 +0800 Subject: First --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit