efficiency improvements. added docs.

This commit is contained in:
Edward Tirado Jr 2025-05-23 13:27:17 -05:00
parent 94b1f06590
commit 79978235b9
3 changed files with 93 additions and 13 deletions

View file

@ -17,7 +17,7 @@ mod tests {
}
#[test]
fn test_hand_adds_cards_to_exhasting_hand() {
fn test_hand_draw_adds_cards_to_exhasting_hand() {
let mut deck = Deck::new();
let mut player = Player {
name: String::from("Testy McTestFace"),