|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| assertions/ | | 03-May-2024 | - | 113 | 52 |
| audio_streams/ | | 03-May-2024 | - | 2,151 | 1,592 |
| balloon_control/ | | 03-May-2024 | - | 94 | 67 |
| cros-fuzz/ | | 03-May-2024 | - | 327 | 198 |
| cros_async/ | | 03-May-2024 | - | 9,815 | 6,737 |
| cros_asyncv2/ | | 03-May-2024 | - | 10,504 | 7,178 |
| data_model/ | | 03-May-2024 | - | 1,498 | 878 |
| io_uring/ | | 03-May-2024 | - | 2,031 | 1,590 |
| p9/ | | 03-May-2024 | - | 4,154 | 3,366 |
| sync/ | | 03-May-2024 | - | 266 | 149 |
| sys_util/ | | 03-May-2024 | - | 11,699 | 8,065 |
| sys_util_core/ | | 03-May-2024 | - | 862 | 531 |
| README.md | D | 03-May-2024 | 409 | 12 | 7 |
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