rust-termios 0.0.1

A light, safe Rust layer over the termios-sys ffi crate
docs.rs failed to build rust-termios-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rust-termios-0.0.2

rust-termios

Build Status Circle CI

A light, safe Rust layer over the termios-sys 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