1 2 3 4 5 6
use super::core::Card; /// Helper function to create a Card pub fn card() -> Card { Card::new() }