crosvm/common
Daniel Verkamp 742791deef tree-wide: replace data_model::zerocopy_from_*()
Use zerocopy functions directly instead. This is a step toward replacing
our data_model crate with standard crates.io functionality where
possible.

BUG=b:312312646
TEST=tools/dev_container tools/presubmit

Change-Id: I9717edce6fe2b4ca53ad9043db61de2e9bc55b78
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5046345
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Noah Gold <nkgold@google.com>
2024-03-13 18:03:24 +00:00
..
audio_streams Upgrade rust to 1.73.0 2024-02-20 19:11:51 +00:00
balloon_control balloon: change intervals and thresholds to u32 2023-08-09 19:31:25 +00:00
data_model tree-wide: replace data_model::zerocopy_from_*() 2024-03-13 18:03:24 +00:00
sync gpu_display: new vulkan display 2024-03-04 23:14:40 +00:00
chromeos_warning.md Add version pin warning to common/ 2022-04-15 19:51:35 +00:00
README.md Replace internal p9 with crates.io versio 2023-08-14 18:34:51 +00:00

Crosvm General Purpose Libraries

The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.

To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.