rust-termios 0.0.2

A light, safe Rust layer over the termios-sys ffi crate
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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