Feature-rich minor release 🔥⚡️
This release adds a couple of new nice features to the library!
Firstly, both enum types Symbol
and Alignment
now have default implementations as Symbol::Whitespace
and Alignment::Right
respectively.
Secondly, both enums now derive the serde Deserialize
and Serialize
traits if you enable the "serde" feature when adding the crate to your code. To get an example on how to utililze this, check out one of the examples from the unit tests.
Lastly, a lot of new Symbol
enum variants have been added, and full coverage on testing. Added variants are:
- Underscore
- Dot
- Comma
- Colon
- Semicolon
- Hashtag
- Backslash
- Forwardslash
- Asterisk
- One
- Two
- Three
- Four
- Five
- Six
- Seven
- Eight
- Nine
📋 Summary of changes:
- [feat] serde support and Symbol enum variants by @wilhelmagren in #23
Full Changelog: v1.1.0...v1.2.0
Thanks for supporting the development of padder! ❤️ ❤️