demoscene-rs / rust-rocket

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

Improve RocketErr #3

Closed Darksecond closed 3 years ago

Darksecond commented 5 years ago

Right now RocketErr is a empty struct. It would be nice to make this into an enum and implement the Error trait.

Darksecond commented 3 years ago

Solved by pull #4