cameleon-impl 0.1.14

Utilities used by other cameleon crates implementation.
Documentation
1
2
3
4
5
6
7
8
error: literal out of range for `u8`
  --> $DIR/wrong_init_array.rs:10:34
   |
10 |     ProtocolEndianness = &[0xFF, 1000, 0xFF, 0xFF],
   |                                  ^^^^
   |
   = note: the literal `1000` does not fit into the type `u8` whose range is `0..=255`
   = note: `#[deny(overflowing_literals)]` on by default