Rust language layer for kata
templates. Compose above pj-base
and below pj-rust-cli.
| File | how | when |
|---|---|---|
Makefile.toml |
overwrite | always |
rust-toolchain.toml |
overwrite | always |
.github/workflows/ci.yml |
overwrite | always |
always means: re-applied on every kata apply. Edits you make to
these files locally will be reverted next sync — that's intentional;
these are the Rust-project house-keeping files that should track the
template, not drift per-PJ.
Listed inside pj-presets:rust-cli
between pj-base and pj-rust-cli.
kata init github.com/yukimemi/pj-presets:rust-cli ./your-new-pjMIT.