You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing futures concurrently, collect all errors into child reports
Maybe something with the most popular retry crate?
If some of the extra attachment/context handlers from Add more default attachment handlers #106 are found to not be useful enough to go in the main crate, these can go here
Serde integration (feature gated)
Report formatter hook that makes JSON?
Utility functions for arbitrary serialization formats
Some sort of type map that recognizes which attachments/contexts implement Serialize and defaults to strings otherwise
Display = pretty print, Debug = terse?
Appendix/InlineWithHeader support?
More report formatters
Attachment filtering features
Child report filtering features
More report creation hooks
Timestamp attachments and such (SystemTime)
A library of utility functions for traversing Reports as a data structure:
searching for attachments/contexts of specific types/satisfying predicates
enumerating child reports in depth-first or breadth-first manners
exposing the enumeration of attachments according to priority
Example extra thingies:
Serializeand defaults to strings otherwiseAppendix/InlineWithHeadersupport?SystemTime)