aboutsummaryrefslogtreecommitdiff
path: root/src/byte_order.rs
AgeCommit message (Collapse)Author
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-20implement byte order as a trait and use it instead of the util functionsJoey Sacchini