crosvm/common
Allen Webb ac1b5734be common/sync: Bump the version to 0.1.99.
Avoid a collision with sync 0.1.0 on crates.io so patches.crates-io can
be used to override cargo.

BUG=None
TEST=CQ passes

Change-Id: I3f5eb33f20fa5ffab2675ad1a156eefdf687e5b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3707378
Commit-Queue: Allen Webb <allenwebb@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Auto-Submit: Allen Webb <allenwebb@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-06-21 18:02:52 +00:00
..
assertions
audio_streams reland: Remove temporarily duplicated code from codebase 2022-04-19 21:48:29 +00:00
balloon_control Revert "crosvm: remove balloon stats request timeout" 2022-06-02 11:09:31 +00:00
cros-fuzz
cros_asyncv2 Fix some clippy warnings on aarch64. 2022-06-06 16:58:32 +00:00
data_model Use 4-space indent in cfg_if treewide 2022-06-07 17:36:51 +00:00
p9 crosvm: p9: add support for lock() and getlock() to p9 2022-04-26 20:36:58 +00:00
sync common/sync: Bump the version to 0.1.99. 2022-06-21 18:02:52 +00:00
chromeos_warning.md Add version pin warning to common/ 2022-04-15 19:51:35 +00:00
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