What's Changed
- More resilient conversions from strings by @pashadia in #6
- Adds MSRV to crate metadata (the MSRV of prior releases is also
1.62
) - Adds
Card::is_face_card()
andValue::is_face_card()
methods - Fixes a bug regarding correctly counting the remaining number of cards left when dealing cards when including the muck
- Various documentation clarifications
- Applies multiple clippy fixes
New Contributors
Full Changelog: 0.1.2...0.1.3