bebytes 3.0.2

A Rust library for serialization and deserialization of network structs.
Documentation
1
2
3
4
5
error: Multiple #[bits] attributes on the same field are not allowed
  --> tests/compile_time/bit_fields/multiple_bits_attributes.rs:11:5
   |
11 |     #[bits(4)]
   |     ^^^^^^^^^^