• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Crosvm General Purpose Libraries
2
3The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.
4
5To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm
6workspace.
7
8## List of libraries
9
10- [cros-fuzz](cros-fuzz/): Support crate for fuzzing rust code in ChromeOS
11- [p9](p9): Server implementation of the 9p file system protocol
12