libcros 0.6.5

A Rust library that provides easy-to-use functions for interacting with a Chrome device
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub const AT_FDCWD: isize = -100;

pub mod asm;
pub mod ftruncate;
pub mod ioctl;
pub mod mkdir;
pub mod mount;
pub mod umount;
// pub mod tmpfs;
// pub mod errno;

pub use ftruncate::*;
pub use ioctl::*;
pub use mkdir::*;
pub use mount::*;
pub use umount::*;
// pub use tmpfs::*;
// pub use errno::*;