• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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