read-key-termios 0.1.0

Simple key-reading using Termios from Libc. Unsafe for obvious reasons. Also doesn't work on Windows for obvious reasons.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "read-key-termios"
version = "0.1.0"
edition = "2021"
authors = ["Aityz (aitomurai@gmail.com)"]
license = "MIT"
description = "Simple key-reading using Termios from Libc. Unsafe for obvious reasons. Also doesn't work on Windows for obvious reasons."
homepage = "https://github.com/Aityz"
repository = "https://github.com/Aityz/read-key-termios"
readme = "README.md"
keywords = ["termios", "terminal", "cli", "read_key", "tiny"]
categories = ["command-line-utilities", "api-bindings"]

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

[dependencies]