mirror of
https://github.com/ratspeak/lrgp-rs
synced 2026-08-12 18:07:21 -04:00
- Convert file-level /// doc comments to //! (clippy::empty_line_after_doc_comments) - Drop unused meta_bool helper in tictactoe - Replace redundant |v| value_as_*(v) closures with bare fn pointers - Remove useless .into() / format!() wrappers - #[allow(too_many_arguments)] on save_session — every column load-bearing - cargo fmt --all |
||
|---|---|---|
| .. | ||
| chess_accept.bin | ||
| chess_challenge.bin | ||
| chess_draw_offer.bin | ||
| chess_move.bin | ||
| chess_move_checkmate.bin | ||
| chess_move_promotion.bin | ||
| chess_resign.bin | ||
| chess_vectors.rs | ||
| ttt_challenge.bin | ||
| ttt_move.bin | ||
| ttt_move_win.bin | ||