v0.6.0
This release adds some implementations of the From
trait to automate conversions between variants, the top-level enum and the Ref
type.
What's Changed
- Convert variants to top-level enum using
From
by @michaelsproul in #22 - Implement
From
forRef
type by @michaelsproul in #23 - Release v0.6.0 by @michaelsproul in #24
Full Changelog: v0.5.0...v0.6.0