aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/Cargo.toml
AgeCommit message (Collapse)Author
2022-09-04fix chunks not being able to be readmat
2022-08-30make some stuff publishable on crates.iomat
2022-08-29change it all to azalea-buf-macrosmat
2022-08-29Update Cargo.tomlmat
2022-08-29azalea-buf crate stuffmat
2022-08-29buf macros -> azalea-buf-macrosmat
2022-08-29try to make azalea-buf publishablemat
2022-08-06Better errors (#14)mat
* 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-06-23Fix everything so azalea-buf worksmat
2022-06-23Update Cargo.tomlmat
2022-06-23switch things to use azalea-bufmat
2022-06-23azalea-bufmat