v0.4.0
Release Notes
Features
- Add benchmarks to compare performance against
serde_with
. - Flatten some nested
match
arms into simplerif
statements. - Update
as_bool
- Update to check for a new "truthy" string value of
ON
. - Add pattern matching to check common true/false values before converting the string
to uppercase, which should make it overall more efficient.
- Update to check for a new "truthy" string value of
serde_this_or_that
is now on par - in terms of performance - withserde_with
! This is
truly great news.
Full Changelog: v0.3.1...v0.4.0