#termios #terminal #libc #layer #function

nightly termios-sys

Rust FFI layer for libc's termios functions

6 releases

Uses old Rust 2015

0.0.6 May 22, 2015
0.0.5 Feb 28, 2015

#6 in #termios


Used in rust-termios

MIT license

9KB
187 lines

termios-sys

Build Status Circle CI

Rust FFI layer for libc's termios.h 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

No runtime deps