Common utils incubator
Find a file
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 318f4812a3
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 1m1s
Test / build (map[name:stable]) (pull_request) Successful in 1m4s
chore: release v0.1.1
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
2025-01-14 07:14: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: release v0.1.1 2025-01-14 07:14:04 +00:00
CHANGELOG.md chore: release v0.1.1 2025-01-14 07:14:04 +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.