macro_rules! card { ( $x:literal ) => { ... }; }
Make const Card object from string. For example, card!("Ac") is equivalent to the constant ACE_OF_CLUBS.
card!("Ac")
ACE_OF_CLUBS