aboutsummaryrefslogtreecommitdiff
path: root/src/test_macros.rs
AgeCommit message (Collapse)Author
2020-10-20simplify relationship between raw packet and packetJoey Sacchini
2020-10-20Make mc_serialize_body it's own member of Packet trait instead of using ↵Joey Sacchini
Serialize
2020-10-20lots of macro and type refactoring to simplify common patterns such as: ↵Joey Sacchini
position/location/rotation, counted array types (macro -> generics), rename some macros, and use macros to implement primitives (and other things in types.rs inc: VarInt/VarNum)
2020-10-19make benchmarks an optional feature so we don't require nightly rust to use ↵Joey Sacchini
this crate
2020-10-19allow no_std with allocJoey Sacchini
2020-10-09fix broken lighting data and totally rewrite chat engineJoey Sacchini
2020-10-08fix update light packetJoey Sacchini
2020-10-02fix random generation and make raw packet accept a borrowed sliceJoey Sacchini
2020-09-29cargo fmtJoey Sacchini
2020-09-29implement automated testing of all data-typesJoey Sacchini