crosvm/common
Daniel Verkamp 882363bbaf cros_asyncv2: remove pointless drop() in test
Fixes a new clippy lint:
<https://rust-lang.github.io/rust-clippy/master/index.html#drop_non_drop>

BUG=b:243677117
TEST=tools/clippy # with Rust 1.62

Change-Id: I8ff384821a2b20a4fabd1afde16d2f808caae636
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3854974
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-09-01 19:13:40 +00:00
..
assertions Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
audio_streams audio_streams_conformance_test: add playback test for NoopStream 2022-08-22 08:17:59 +00:00
balloon_control Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
cros-fuzz Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
cros_asyncv2 cros_asyncv2: remove pointless drop() in test 2022-09-01 19:13:40 +00:00
data_model data_model: add read_from_prefix() function 2022-08-16 18:43:03 +00:00
p9 Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
sync Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
chromeos_warning.md Add version pin warning to common/ 2022-04-15 19:51:35 +00:00
README.md docs: Use mdformat to format markdown files 2022-01-27 21:29:11 +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.

List of libraries

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