bebytes 3.0.2

A Rust library for serialization and deserialization of network structs.
Documentation
1
2
3
4
5
error: Flag enum variant 'Flag3' has value 3 which is not a power of 2
 --> tests/compile_time/enums/invalid_flag_enum.rs:9:5
  |
9 |     Flag3 = 3, // Not a power of 2!
  |     ^^^^^