Commit graph

13 commits

Author SHA1 Message Date
mat
889f742696 add "repository" field to all crates 2022-10-30 14:03:13 -05:00
Ubuntu
560805bc2c (cargo-release) version 0.2.0 2022-10-17 16:28:51 +00:00
mat
bc3aa9467a
Replace impl Read with Cursor<&[u8]> (#26)
* Start getting rid of Cursor

* try to make the tests pass and fail

* make the tests pass

* remove unused uses

* fix clippy warnings

* fix potential OOM exploits

* fix OOM in az-nbt

* fix nbt benchmark

* fix a test

* start replacing it with Cursor<Vec<u8>>

* wip

* fix all the issues

* fix all tests

* fix nbt benchmark

* fix warnings
2022-10-07 20:12:36 -05:00
mat
6c797b8977 remove a debug thing lol 2022-09-09 23:53:16 -05:00
mat
dee991a7fc fix errors in enums inconsistent w/ vanilla 2022-09-09 23:46:46 -05:00
mat
ec316e02cd fix ClientboundUpdateAdvancementsPacket 2022-09-07 21:30:05 -05:00
mat
029fa33f55 fix bad enum macro generation 2022-09-06 23:55:39 -05:00
mat
fcb5bdf042 use az-registry in az-protocol 2022-09-05 11:44:48 -05:00
mat
cfb190d00c
get rid of Readable & Writable (#21) 2022-09-02 12:11:14 -05:00
mat
5f0fe9f29e azalea-buf-macros/Cargo.toml 2022-08-29 21:17:01 -05:00
mat
d88d46ca2d change it all to azalea-buf-macros 2022-08-29 21:14:42 -05:00
mat
5e32cc5593 azalea-buf crate stuff 2022-08-29 21:11:46 -05:00
mat
d9d7b87d61 buf macros -> azalea-buf-macros 2022-08-29 21:09:57 -05:00