demoscene-rs / rust-rocket

gnu rocket client library in rust
MIT License
20 stars 7 forks source link

Handle session errors more elegantly #5

Closed Darksecond closed 3 years ago

Darksecond commented 3 years ago

Right now there are a bunch of unwraps all over the code, it would be great to use the new Error enum for those as well.

gustafla commented 3 years ago

I checked all the unwraps, they're either extremely obscure corner cases, or should never fail unless there are bugs in the crate. I documented this by adding some comments and Panics-sections to docs.