Common utils incubator
Find a file
Renovate Bot e9cdd00a61
Some checks are pending
Test / build (map[name:nightly]) (pull_request) Successful in 1m0s
Test / build (map[name:stable]) (pull_request) Successful in 54s
Test / build (map[name:nightly]) (push) Waiting to run
Test / build (map[name:stable]) (push) Waiting to run
Release Please / Release-plz (push) Successful in 9s
chore(deps): update git.kemitix.net/kemitix/rust docker tag to v3.1.0
2025-01-13 23:03:04 +00:00
.forgejo/workflows chore(deps): update git.kemitix.net/kemitix/rust docker tag to v3.1.0 2025-01-13 23:03:04 +00:00
mutants.out feat: add function and macro s to convert to String 2025-01-10 19:34:07 +00:00
src docs: add summary to experimental modules 2025-01-12 08:27:20 +00:00
.gitignore feat: init project 2025-01-10 09:08:56 +00:00
Cargo.toml chore(deps): add derive_more, serde serde_json 2025-01-12 08:04:41 +00:00
justfile build: use cargo-machete 2025-01-12 08:04:41 +00:00
lcov.info feat: document and test newtype and experimental marker 2025-01-12 08:27:20 +00:00
LICENSE build: add license and forgejo workflows 2025-01-10 18:02:49 +00:00
mise.toml build: add license and forgejo workflows 2025-01-10 18:02:49 +00:00
README.md docs: readme 2025-01-12 08:27:20 +00:00
renovate.json Add renovate.json 2025-01-11 21:02:45 +00:00

kx-utils

A personal Rust library to incubate various utilities while they are developed and used before potentially migrating to another crate.

cargo add kx_utils --features use-kameo use-kxio
[dependencies]
kx_utils = { version = "0.1", features = ["use-kameo", "use-kxio"] }

See docs for documentation on this crate.