libcros 0.6.4

A Rust library that provides easy-to-use functions for interacting with a Chrome device
Documentation
1
2
3
4
5
6
7
8
pub const AT_FDCWD: isize = -100;

pub mod asm;
pub mod mount;
pub mod mkdir;

pub use mount::*;
pub use mkdir::*;