A general-purpose-repo for solving coding puzzles and building competitive bots
in Rust.
From the repo root:
cargo build --workspace
cargo test --workspace
cargo clippy --workspace --all-targets -- -D warningsA collection solutions to interesting challenges.
- Add a
Justfilewith the most-used commands - Clean up repo structure and naming
- Import and modernize legacy code