bebytes 3.0.2

A Rust library for serialization and deserialization of network structs.
Documentation
1
2
3
4
5
error: Invalid size expression: Unsupported binary operator
  --> tests/compile_time/size_expressions/invalid_operator.rs:12:5
   |
12 |     #[bebytes(size = "length & 0xFF")]
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^