index
:
mgasi/mcproto-rs.git
1.19.3
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol.rs
Age
Commit message (
Expand
)
Author
2020-10-19
only need one struct def for raw data
Joey Sacchini
2020-10-19
remove compat layer (don't need it), and fix some other small issues with tes...
Joey Sacchini
2020-10-19
fix mistakes when implementing no_std
Joey Sacchini
2020-10-19
allow no_std with alloc
Joey Sacchini
2020-10-16
add feature to support enum associated values in macro-defined-enums, and rep...
Joey Sacchini
2020-10-14
deserialize not into_deserialized for raw packet body
Joey Sacchini
2020-10-14
update raw packet to allow deserialization of body in a match
Joey Sacchini
2020-10-14
implement enum based raw packet types
Joey Sacchini
2020-10-09
cargo fmt
Joey Sacchini
2020-10-09
implement teams packets
Joey Sacchini
2020-10-08
iteration on counted array types
Joey Sacchini
2020-10-08
fix update light packet
Joey Sacchini
2020-10-08
error when data is not consumed fully
Joey Sacchini
2020-10-02
fix random generation and make raw packet accept a borrowed slice
Joey Sacchini
2020-09-30
PacketErr is Error
Joey Sacchini
2020-09-29
cargo fmt
Joey Sacchini
2020-09-29
implement automated testing of all data-types
Joey Sacchini
2020-09-29
init commit
Joey Sacchini