thomas-mauran / chess-tui

A chess TUI implementation in rust 🦀
https://crates.io/crates/chess-tui
MIT License
384 stars 29 forks source link

refactor: use less clones #31

Closed thomas-mauran closed 11 months ago

thomas-mauran commented 11 months ago

Description

the code could use & instead of clones for move_history