knowsys/nemo

Avoid dependencies on (external) error types

Open

#427 opened on Nov 27, 2023

 (8 comments) (0 reactions) (0 assignees)Rust (17 forks)auto 404
apicrateenhancementhelp wantedlogicalphysical

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

Anyhow provides an idiomatic way for passing around errors without the need to keep every single one of them in a combined error enum, which should reduce inter-dependencies without limiting our ability to inspect errors later on.

Contributor guide