0.7.0
Breaking Changes
- Redesign error handling in
decodemodule (#65):- three error types,
Source::Error,ContentError, andDecodeError, for data fetching errors, syntax errors, and a combination of these,
respectively; - new trait
IntoSourceto convert a type into itsSourceimplementation; Source::advancenow panics if advancing past the end of seen data.
- three error types,