crosvm/common
Daniel Verkamp 75d1fd7a8f audio_streams: remove unnecessary ref with cvars
The compiler already infers the correct types without the extra
&(ref ..., ref ...), so just drop them.

Fixes clippy lints in Rust 1.68.

BUG=b:276487055
TEST=tools/clippy # with rust 1.68

Change-Id: I0947d653c80e7c7a5a561d2970ecae24a3700adf
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4390736
Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2023-04-04 22:59:36 +00:00
..
audio_streams audio_streams: remove unnecessary ref with cvars 2023-04-04 22:59:36 +00:00
balloon_control Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00
cros-fuzz Enable compilation of fuzzing targets 2023-01-17 23:18:22 +00:00
cros_asyncv2 cros_asyncv2: use tempfile::tempdir in tests 2023-03-17 20:02:41 +00:00
data_model swap: add trim command 2023-03-29 01:22:02 +00:00
p9 virtio: vhost-user: Add --cfg to device fs command 2023-03-01 16:33:10 +00:00
sync Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +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