# rust-termios
[](https://travis-ci.org/basmith/rust-termios) [](https://circleci.com/gh/basmith/rust-termios/tree/master)
A light, safe Rust layer over the termios-sys (termios.h) ffi crate.
This crate exposes two traits, one on [std::os::unix::AsRawFd](http://doc.rust-lang.org/std/os/unix/trait.AsRawFd.html), and another on the data structure exposed in termios-sys.
Docs in progress...
### See Also
FFI crate: https://github.com/basmith/termios-sys