tree: c71cdd9e2313252f422cf35acb6648de64388838 [path history] [tgz]
  1. assertions/
  2. audio_streams/
  3. balloon_control/
  4. base/
  5. cros-fuzz/
  6. cros_async/
  7. cros_asyncv2/
  8. data_model/
  9. io_uring/
  10. p9/
  11. sync/
  12. sys_util/
  13. sys_util_core/
  14. README.md
common/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