Common utils incubator
Find a file
Paul Campbell 21ea6ee2f9
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 51s
Test / build (map[name:stable]) (push) Successful in 1m3s
Release Please / Release-plz (push) Successful in 12s
build: upgrade kemitix/rust v3
2025-01-12 14:10:55 +00:00
.forgejo/workflows build: upgrade kemitix/rust v3 2025-01-12 14:10:55 +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.