blob: 02d55d221a3cd31ef300db224b141a5dda69bd48 [file] [log] [blame] [view]
Victor Hsieh5cc8a922020-12-15 13:59:26 -08001# 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