knowsys/nemo

Avoid dependencies on (external) error types

Aperta

#427 aperta il 27 nov 2023

 (8 commenti) (0 reazioni) (0 assegnatari)Rust (17 fork)auto 404
apicrateenhancementhelp wantedlogicalphysical

Metriche repository

Star
 (269 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor