android13/external/crosvm/common
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
assertions initial 2024-06-22 20:45:49 +08:00
audio_streams initial 2024-06-22 20:45:49 +08:00
balloon_control initial 2024-06-22 20:45:49 +08:00
cros-fuzz initial 2024-06-22 20:45:49 +08:00
cros_async initial 2024-06-22 20:45:49 +08:00
cros_asyncv2 initial 2024-06-22 20:45:49 +08:00
data_model initial 2024-06-22 20:45:49 +08:00
io_uring initial 2024-06-22 20:45:49 +08:00
p9 initial 2024-06-22 20:45:49 +08:00
sync initial 2024-06-22 20:45:49 +08:00
sys_util initial 2024-06-22 20:45:49 +08:00
sys_util_core initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08: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