theoforger / mastermind

An LLM-powered CLI tool to help you be a better spymaster in Codenames
GNU General Public License v3.0
3 stars 2 forks source link

Implement Display/Debug traits #20

Closed theoforger closed 1 day ago

theoforger commented 1 day ago

This PR removes the old display() methods and implements Display trait for them instead, which is schematically better practice for Rust.