azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
371 stars 47 forks source link

Better errors #14

Closed mat-1 closed 2 years ago

mat-1 commented 2 years ago

Currently most errors are just Strings, this makes them proper enum errors.

mat-1 commented 2 years ago

TODO: there's still some Results that use String as the error type.