embedded-interfaces 0.10.3

Traits for common embedded interfaces and procedural macros for effortless definition of registers and commands for embedded device drivers
Documentation
1
2
3
4
5
error: Bit coverage does not match expected size. Expected 8 bits, found 9 bits.
 --> tests/compile_fail/struct_wrong_size.rs:3:12
  |
3 |     struct Bad(size = 1) {
  |            ^^^