rust-termios 0.0.2

A light, safe Rust layer over the termios-sys ffi crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rust-termios"
version = "0.0.2"
dependencies = [
 "termios-sys",
]

[[package]]
name = "termios-sys"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7bed58122e2f00b102f53a200ac08dc6e101df60c1f72ec0c9c4d7f49f3e88d"