With current serde_derive it is possible to #[derive(Serialize)] on packed structures if they implement Copy. This allows the removal of the manual equivalent code. Signed-off-by: Rob Bradford <robert.bradford@intel.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
With current serde_derive it is possible to #[derive(Serialize)] on packed structures if they implement Copy. This allows the removal of the manual equivalent code. Signed-off-by: Rob Bradford <robert.bradford@intel.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||