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
[dependencies]

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

[package]
authors = ["Aityz (aitomurai@gmail.com)"]
categories = ["command-line-utilities", "api-bindings"]
description = "Simple key-reading using Termios from Libc. Unsafe for obvious reasons. Also doesn't work on Windows for obvious reasons."
edition = "2021"
homepage = "https://github.com/Aityz"
keywords = ["termios", "terminal", "cli", "read_key", "tiny"]
license = "MIT"
name = "read-key-termios"
readme = "README.md"
repository = "https://github.com/Aityz/read-key-termios"
version = "0.1.0"