redox_termios 0.1.3

A Rust library to access Redox termios functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
name = "redox_termios"
path = "src/lib.rs"

[package]
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
description = "A Rust library to access Redox termios functions"
documentation = "https://docs.rs/redox_termios"
edition = "2021"
license = "MIT"
name = "redox_termios"
readme = "README.md"
repository = "https://gitlab.redox-os.org/redox-os/termios"
version = "0.1.3"