termios-sys 0.0.5

Rust FFI layer for libc's termios functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# termios-sys

[![Build Status](https://travis-ci.org/basmith/termios-sys.svg?branch=master)](https://travis-ci.org/basmith/termios-sys)  [![Circle CI](https://circleci.com/gh/basmith/termios-sys/tree/master.svg?style=svg)](https://circleci.com/gh/basmith/termios-sys/tree/master)

Rust FFI layer for libc's termios functions.

### Todo

Currently, this crate is developed against an up-to-date Linux header.  BSD, OSX and Cygwin headers need to be verified for compatibility, though the differences are likely to be limited.

### Useful Resources

http://linux.die.net/man/3/termios

http://en.wikibooks.org/wiki/Serial_Programming/termios

http://pubs.opengroup.org/onlinepubs/7908799/xsh/termios.h.html