aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2020-12-07packet kind enumJoey Sacchini
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-19remove compat layer (don't need it), and fix some other small issues with ↵Joey Sacchini
tests/compiling
2020-10-19fix mistakes when implementing no_stdJoey Sacchini
2020-10-19allow no_std with allocJoey Sacchini
2020-10-16add feature to support enum associated values in macro-defined-enums, and ↵Joey Sacchini
replace most of the manually defined enums
2020-10-13fix const fn implJoey Sacchini
2020-10-01cargo.lockJoey Sacchini