16 lines
377 B
Markdown
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.
|