1
0
Fork
You've already forked kx-utils
0
Common utils incubator
  • Rust 88.3%
  • Just 11.7%
Paul Campbell 5678367c61 ci: add CrowCI workflow and add ci recipe to justfile
fix: add Docker-in-Docker host path translation to ci recipe
chore(ci): migrate from forgejo to crow CI, update image to v5.4.0
2026年05月21日 06:13:45 +00:00
.crow ci: add CrowCI workflow and add ci recipe to justfile 2026年05月21日 06:13:45 +00:00
src ci: add CrowCI workflow and add ci recipe to justfile 2026年05月21日 06:13:45 +00:00
.gitignore ci: add CrowCI workflow and add ci recipe to justfile 2026年05月21日 06:13:45 +00:00
Cargo.toml chore: release v0.1.3 2025年02月07日 18:22:21 +00:00
CHANGELOG.md chore: release v0.1.3 2025年02月07日 18:22:21 +00:00
justfile ci: add CrowCI workflow and add ci recipe to justfile 2026年05月21日 06:13:45 +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年02月06日 21:01:02 +00:00
renovate.json Add renovate.json 2025年02月06日 21:01:02 +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.