termios 0.3.3

Safe bindings for the termios library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "termios"
version = "0.3.3"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Safe bindings for the termios library."
license = "MIT"
homepage = "https://github.com/dcuddeback/termios-rs"
repository = "https://github.com/dcuddeback/termios-rs"
documentation = "http://dcuddeback.github.io/termios-rs/termios/"
readme = "README.md"
keywords = ["termios", "tty", "terminal", "posix"]

[dependencies]
libc = "0.2"