mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-07 18:59:13 +00:00
800fcb060f
Implement encoding and decoding various primitives using the p9 protocol. In addition, add a procedural macro to derive the encoding and decoding implementation for structs built out of the primitives. BUG=chromium:703939 TEST=unit tests CQ-DEPEND=CL:1065063 Change-Id: I7256633fb7002da9ce8af03be2f24410b90ccf3f Signed-off-by: Chirantan Ekbote <chirantan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/969965 Reviewed-by: Stephen Barber <smbarber@chromium.org>
7 lines
147 B
TOML
7 lines
147 B
TOML
[package]
|
|
name = "p9"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
|
|
[dependencies]
|
|
wire_format_derive = { path = "wire_format_derive" }
|