I recently published a proof of concept (repo, blog post) showing that a significant amount of the manual side of error return tracing can be performed automatically as part of ? operator. unfortunately, it's incompatible with some of the design decisions in this crate (notably it needs a new enum instead of result), so I decided not to try building from your crate as a starting point.
would you be interested in collaborating to find a design that can incorporate the automatic elements into this crate, or something like it?
I recently published a proof of concept (repo, blog post) showing that a significant amount of the manual side of error return tracing can be performed automatically as part of
?operator. unfortunately, it's incompatible with some of the design decisions in this crate (notably it needs a new enum instead of result), so I decided not to try building from your crate as a starting point.would you be interested in collaborating to find a design that can incorporate the automatic elements into this crate, or something like it?