• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-5,5993,918

Android.bpD03-May-20242.7 KiB9890

Cargo.lockD03-May-20247.1 KiB285252

Cargo.tomlD03-May-2024505 2016

LICENSED03-May-20241.5 KiB2827

METADATAD03-May-2024422 1513

MODULE_LICENSE_BSDD03-May-20240

OWNERSD03-May-2024151 65

README.mdD03-May-2024353 96

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