oxicode 0.2.5

A modern binary serialization library - successor to bincode
Documentation
1
2
3
4
5
6
7
error: #[oxicode(transparent)] requires exactly one field, but found 2
 --> tests/ui/transparent_multi_field_struct.rs:8:10
  |
8 | #[derive(Encode)]
  |          ^^^^^^
  |
  = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)