Rename fn names for better readability
This commit is contained in:
@@ -26,7 +26,7 @@ pub fn from_fen(fen: &str) -> Result<Game, FenError> {
|
||||
fullmove_counter,
|
||||
));
|
||||
|
||||
let mailbox = Mailbox::new_from_board(&board);
|
||||
let mailbox = Mailbox::from_board(&board);
|
||||
let hash = zobrist_keys().calculate_hash(&board);
|
||||
|
||||
Ok(Game {
|
||||
|
||||
Reference in New Issue
Block a user