Safe bindings for the termios library
The termios crate provides safe bindings for the Rust programming language to the terminal I/O interface implemented by Unix operating systems. The safe bindings are a small wrapper around the raw C functions, which converts integer return values to std::io::Result
to indicate success or failure.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/8k0phh6c3r5y8gqyzb8sxc5hc348na91-rust-termios-0.3.1.drv | ||
mips64el-linux | /gnu/store/m2s18lhisnhn0vpzmg5dkd0ci9w1jycs-rust-termios-0.3.1.drv | ||
i686-linux | /gnu/store/iw98bqvqsblnh4f0i07hg2fyxx8bww1n-rust-termios-0.3.1.drv | ||
i586-gnu | /gnu/store/k18a9xwkp88fbdqf2lbvv96w8hh6xh47-rust-termios-0.3.1.drv | ||
armhf-linux | /gnu/store/5bcfjnbn941m7bmnjwcq6sg97ila0gl9-rust-termios-0.3.1.drv | ||
aarch64-linux | /gnu/store/57yn01w6ncx627j50g2zw3np2cr5j2qm-rust-termios-0.3.1.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |