raw_tty 0.1.0

This crate can be used for generally interacting with a tty's mode safely, but was created originally to solve the problem of using raw mode with /dev/tty while reading stdin for data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.derive_more]
version = "0.14.0"

[dependencies.libc]
version = "0.2.55"

[package]
authors = ["Ashkan Kiani <ashkan.k.kiani@gmail.com>"]
description = "This crate can be used for generally interacting with a tty's mode safely, but was created originally to solve the problem of using raw mode with /dev/tty while reading stdin for data."
documentation = "https://docs.rs/raw_tty"
edition = "2018"
homepage = "https://github.com/norcalli/raw_tty.rs"
license = "Apache-2.0 OR MIT"
name = "raw_tty"
repository = "https://github.com/norcalli/raw_tty.rs"
version = "0.1.0"