A competitive programming tool for Rust.
cargo install --path . --locked
Below command outputs a unified code of src/bin/<binname>.rs
.
kunai unify <binname>
To use your snippet crates, write dependencies in Cargo.toml like below.
[dependencies]
my_snippets = { path = "/path/to/my_snippets" }
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.