mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
13 lines
410 B
Markdown
13 lines
410 B
Markdown
|
# 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](cros-fuzz/): Support crate for fuzzing rust code in ChromeOS
|
||
|
- [p9](p9): Server implementation of the 9p file system protocol
|