crosvm/common
Daniel Verkamp f35f636cc5 Rust 1.60 clippy fixes
BUG=None
TEST=tools/presubmit # with rust-toolchain updated to 1.60.0

Change-Id: I5772e8b0593f8d92003e93aeb2145e87610abe2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3577332
Reviewed-by: Anton Romanov <romanton@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-04-11 20:40:36 +00:00
..
assertions
audio_streams
balloon_control
cros-fuzz
cros_async base, sys_util: remove Timer::is_armed function 2022-04-05 20:11:58 +00:00
cros_asyncv2
data_model
io_uring
p9 Rust 1.60 clippy fixes 2022-04-11 20:40:36 +00:00
sync
sys_util base, sys_util: remove Timer::is_armed function 2022-04-05 20:11:58 +00:00
sys_util_core
README.md

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.

List of libraries

  • cros-fuzz: Support crate for fuzzing rust code in ChromeOS
  • p9: Server implementation of the 9p file system protocol