bebytes 3.0.2

A Rust library for serialization and deserialization of network structs.
Documentation
1
2
3
4
5
error: Unsupported type for bits attribute. Only integer types (u8, i8, u16, i16, u32, i32, u64, i64, u128, i128) and char are supported. Note: f32, f64, and bool cannot be used with bit fields
  --> tests/compile_time/bit_fields/bits_on_non_numeric.rs:13:14
   |
13 |     invalid: String,
   |              ^^^^^^