The intent of this module is to provide methods for managing a deck and discard pile from a deck of generic cards.
The expectation is that cards will moved into and out of the deck, copy and clone are not used internally.
Fixed bug in card creation (All Spades) Enabled from_str and Display for PCard in playing cards Added tests for card creation
PartialEq on deck push_discards now takes an iterator
A playing cards module that works well with this deck.
Added "dig_for" and "dig_all" methods for grabbing the first/all cards that match a filter respectively.