From 6f56c691d51903f81afb82b1a30332f94ec97de0 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 9 Jan 2025 21:27:08 +0000 Subject: [PATCH] docs: readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..55a576f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# kx-utils + +A personal Rust library to incubate various utilities while +they are developed and used before potentially migrating to +another crate. + +```bash +cargo add kx_utils --features use-kameo use-kxio +``` + +```toml +[dependencies] +kx_utils = { version = "0.1", features = ["use-kameo", "use-kxio"] } +``` + +See [docs](https://docs.rs/kx_utils) for documentation on this crate.