v0.4.0
Changelog
[0.4.0] - 2023-10-04
-
Introduced
OptionReport
trait#1 -
Intorduced
IntoContext
andReportIntoContext
traits #2 -
Split
src/kind.rs
intosrc/context.rs
andsrc/attachment.rs
-
Removed foreign closure calls that prevented
#[track_caller]
-
Added
impl<C> ToReport<C> for Report<C>
-
Added
attachment::Unsupported
-
Added
attachment::Field
-
Added
Reportable::with_field_status
-
ReportAs
now implemented for&str
andString
-
Attachment keys are now generic
-
Added
BoxCoreError
to satisfycore::error::Error
trait -
impl<T, E: Context> ReportAs<T> for Result<T, E>
now usesReport::attach_printable