rust-termios 0.0.2

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

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