What's Changed
Breaking Changes
Features
- Add initial serializing support using
serde
(#1290) - Support
Debug
hooks onno-std
platforms via thehooks
feature (#1556) - Support converting
Report
intoError
viaReport::as_error
andReport::into_error
(#1749) - Support converting
Report
intoBox<dyn Error>
via theFrom
trait (#1749) - Programmatic selection of color mode and charset used for
Debug
output (#1800)