worm-blossom / ufotofu

Abstractions for lazily consuming and producing sequences in Rust.
Apache License 2.0
3 stars 1 forks source link

using sync errors from nb moduels is a bit weird #17

Closed AljoschaMeyer closed 2 months ago

AljoschaMeyer commented 3 months ago

Leaving this here cause I have to run right now.

AljoschaMeyer commented 3 months ago

I think every module (sync, local_nb, nb) should define its own error types; this makes every module completely self-contained and symmetric.

AljoschaMeyer commented 3 months ago

Applies to IntoVecFallible errors, PipeErrors, etc.

mycognosist commented 2 months ago

Addressed by https://github.com/worm-blossom/ufotofu/pull/22