Expand description
Derive macros for SchemaWrite and SchemaRead.
Note using this on packed structs is UB.
Refer to the wincode crate for examples.
Derive Macrosยง
- Schema
Read - Implement
SchemaReadfor a struct or enum. - Schema
Write - Implement
SchemaWritefor a struct or enum.