crosvm/common
Daniel Verkamp cdf33f9660 cros-fuzz: upgrade to rand_core 0.6
This is the version used by rand 0.8.x (and the latest available version
as of this writing), so this allows us to upgrade crosvm-fuzz to rand
0.8 as well.

BUG=b:236978141
TEST=tools/dev_container tools/run_tests --target=host
TEST=USE='asan fuzzer' emerge-amd64-generic crosvm

Change-Id: I297f6c17114b2b8e8f12d5dd9d35b071b91d6780
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3722780
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-06-30 23:22:39 +00:00
..
assertions crosvm: migrate to Rust 2021 edition 2022-03-09 01:16:03 +00:00
audio_streams audio_streams: Add StreamSourceGenerator trait 2022-06-30 13:01:29 +00:00
balloon_control Revert "crosvm: remove balloon stats request timeout" 2022-06-02 11:09:31 +00:00
cros-fuzz cros-fuzz: upgrade to rand_core 0.6 2022-06-30 23:22:39 +00:00
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: add serde to arg types 2022-06-30 17:47:59 +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 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