Victor Hsieh | 5cc8a92 | 2020-12-15 13:59:26 -0800 | [diff] [blame] | 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 | ||||
4 | project. It's the Rust equivalent of [libbrillo](../libbrillo/). | ||||
5 | |||||
6 | Current modules include: | ||||
7 | * `syslog` - an adaptor for using the generic `log` crate with syslog | ||||
8 | * `vsock` - wrappers for dealing with AF_VSOCK sockets |