lrgp-rs/examples
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
..
basic_envelope.rs lint: clippy + fmt cleanup 2026-05-01 19:32:17 -06:00
chess_game.rs chess: add example + binary test vectors (challenge/accept/move/promotion/checkmate/resign/draw_offer) 2026-05-01 15:55:08 -06:00
session_lifecycle.rs lint: clippy + fmt cleanup 2026-05-01 19:32:17 -06:00
tictactoe_game.rs lint: clippy + fmt cleanup 2026-05-01 19:32:17 -06:00