docs: readme
All checks were successful
Test / build (map[name:stable]) (push) Successful in 1m3s
Test / build (map[name:nightly]) (push) Successful in 54s
Release Please / Release-plz (push) Successful in 10s

This commit is contained in:
Paul Campbell 2025-01-09 21:27:08 +00:00
parent 13888a3f75
commit 6f56c691d5

16
README.md Normal file
View file

@ -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.