Releases: TedDriggs/from_variants
Releases · TedDriggs/from_variants
v1.0.1
- Don't panic on tuple variants. #9
v1.0.0
- Update
darling
dependency to 0.13.0
v0.2.4
Update dependencies on darling
, quote
, and syn
.
v0.2.3
Use darling
's improved error handling to return all errors about an enum at once, rather than returning the first error encountered.
v0.2.1
Manual attribute parsing has been removed in favor of using darling
.
v0.2.0
Breaking Change
- The
#[from_variants(no_std)]
attribute has been removed. All generated conversions now work regardless of whether or not the standard library is in use. Many thanks to to @dtolnay and @rkruppe for their help in making that happen.
v0.1.2
Added support for Into
conversions for variants - see #1 for more information.
v0.1.1
Improved documentation and test coverage.
- Added docs to
lib.rs
from README.md