hadronized / spectra

Rust demoscene engine (currently on hold)
122 stars 6 forks source link

Reporting #29

Open hadronized opened 7 years ago

hadronized commented 7 years ago

I think we shouldn’t handle reporting at all, because it makes some function behave somehow… unstable. We should instead return Result<_, _> and let the user decide how to cope with errors.