crosvm/common
Anton Romanov 195724b002 async: remove misplaced must_use attribute
must_use attribute clearly was meant to be set on future struct type
since futures need to be polled to do anything. It was never meant to
apply to invocation of paste macro
Also, today any implementor of `Future` trait gets that attribute by
default anyway

BUG=n/a
TEST=cargo check

Change-Id: I60db1aa2bc7c8d6130cc1579641ae815c9cb738e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3425184
Reviewed-by: Anton Romanov <romanton@google.com>
Auto-Submit: Anton Romanov <romanton@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
2022-01-29 03:26:09 +00:00
..
assertions Upstream windows build/test script 2022-01-28 00:55:08 +00:00
audio_streams Upstream windows build/test script 2022-01-28 00:55:08 +00:00
balloon_control balloon_control: expose rust API for balloon 2022-01-28 03:52:35 +00:00
base Upstream windows build/test script 2022-01-28 00:55:08 +00:00
cros-fuzz Upstream windows build/test script 2022-01-28 00:55:08 +00:00
cros_async async: remove misplaced must_use attribute 2022-01-29 03:26:09 +00:00
cros_asyncv2 Upstream windows build/test script 2022-01-28 00:55:08 +00:00
data_model Upstream windows build/test script 2022-01-28 00:55:08 +00:00
io_uring Upstream windows build/test script 2022-01-28 00:55:08 +00:00
p9 Upstream windows build/test script 2022-01-28 00:55:08 +00:00
sync Upstream windows build/test script 2022-01-28 00:55:08 +00:00
sys_util sys_util: Add support for F_SEAL_FUTURE_WRITE. 2022-01-28 18:45:49 +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