# rust-termios [![Build Status](https://travis-ci.org/basmith/rust-termios.svg?branch=master)](https://travis-ci.org/basmith/rust-termios) [![Circle CI](https://circleci.com/gh/basmith/rust-termios/tree/master.svg?style=svg)](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