• Home
Name Date Size #Lines LOC

..--

assertions/03-May-2024-11352

audio_streams/03-May-2024-2,1511,592

balloon_control/03-May-2024-9467

cros-fuzz/03-May-2024-327198

cros_async/03-May-2024-9,8156,737

cros_asyncv2/03-May-2024-10,5047,178

data_model/03-May-2024-1,498878

io_uring/03-May-2024-2,0311,590

p9/03-May-2024-4,1543,366

sync/03-May-2024-266149

sys_util/03-May-2024-11,6998,065

sys_util_core/03-May-2024-862531

README.mdD03-May-2024409 127

README.md

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