lrgp-rs/tests
DeFiDude f2bc17e761 lint: clippy + fmt cleanup
- 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
2026-05-01 19:32:17 -06:00
..
chess_accept.bin chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
chess_challenge.bin chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
chess_draw_offer.bin chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
chess_move.bin chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
chess_move_checkmate.bin chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
chess_move_promotion.bin chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
chess_resign.bin chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
chess_vectors.rs lint: clippy + fmt cleanup 2026-05-01 19:32:17 -06:00
ttt_challenge.bin apps: add Chess game; drop pre-release legacy code paths 2026-05-01 15:50:05 -06:00
ttt_move.bin apps: add Chess game; drop pre-release legacy code paths 2026-05-01 15:50:05 -06:00
ttt_move_win.bin apps: add Chess game; drop pre-release legacy code paths 2026-05-01 15:50:05 -06:00