1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00
azalea/azalea-chat/src
mat 5a9fca0ca9
Better errors (#14)
* make reading use thiserror

* finish implementing all the error things

* clippy warnings related to ok_or

* fix some errors in other places

* thiserror in more places

* don't use closures in a couple places

* errors in writing packet

* rip backtraces

* change some BufReadError::Custom to UnexpectedEnumVariant

* Errors say what packet is bad

* error on leftover data and fix

it wasn't reading the properties for gameprofile
2022-08-06 02:22:19 -05:00
..
base_component.rs simplify error handling 2022-04-22 04:33:58 +00:00
component.rs Better errors (#14) 2022-08-06 02:22:19 -05:00
events.rs simplify error handling 2022-04-22 04:33:58 +00:00
lib.rs simplify error handling 2022-04-22 04:33:58 +00:00
style.rs Better errors (#14) 2022-08-06 02:22:19 -05:00
text_component.rs Better errors (#14) 2022-08-06 02:22:19 -05:00
translatable_component.rs clippo 2022-06-25 17:37:29 -05:00