Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 5,599 | 3,918 | ||
Android.bp | D | 03-May-2024 | 2.7 KiB | 98 | 90 | |
Cargo.lock | D | 03-May-2024 | 7.1 KiB | 285 | 252 | |
Cargo.toml | D | 03-May-2024 | 505 | 20 | 16 | |
LICENSE | D | 03-May-2024 | 1.5 KiB | 28 | 27 | |
METADATA | D | 03-May-2024 | 422 | 15 | 13 | |
MODULE_LICENSE_BSD | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 151 | 6 | 5 | |
README.md | D | 03-May-2024 | 353 | 9 | 6 |
README.md
1# libchromeos-rs - The Rust crate for common Chrome OS code 2 3`libchromeos-rs` contains Rust code that can be reused across any Chrome OS 4project. It's the Rust equivalent of [libbrillo](../libbrillo/). 5 6Current modules include: 7* `syslog` - an adaptor for using the generic `log` crate with syslog 8* `vsock` - wrappers for dealing with AF_VSOCK sockets 9