kx-utils/README.md
Paul Campbell 6f56c691d5
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
docs: readme
2025-01-12 08:27:20 +00:00

16 lines
377 B
Markdown

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