docs: readme
This commit is contained in:
parent
13888a3f75
commit
6f56c691d5
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal 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.
|
Loading…
Add table
Reference in a new issue