#terminal #termios #light #layer #safe #termios-sys

nightly rust-termios

A light, safe Rust layer over the termios-sys ffi crate

2 releases

Uses old Rust 2015

0.0.2 May 22, 2015
0.0.1 Feb 28, 2015

#5 in #termios

MIT license

7KB
144 lines

rust-termios

Build Status Circle CI

A light, safe Rust layer over the termios-sys (termios.h) ffi crate.

This crate exposes two traits, one on std::os::unix::AsRawFd, and another on the data structure exposed in termios-sys.

Docs in progress...

See Also

FFI crate: https://github.com/basmith/termios-sys

Dependencies

~9KB