bitsandbytes 0.3.2

An owned, bit-aware binary codec: fast bit/byte field types and the unified #[bin] macro.
Documentation
1
2
3
4
5
6
7
error: `read_only` and `write_only` are mutually exclusive
 --> tests/ui/bin_read_write_only.rs:5:1
  |
5 | #[bin(big, read_only, write_only)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `bin` (in Nightly builds, run with -Z macro-backtrace for more info)