Docs.rs
termion-4.0.2
termion 4.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mmstick
jackpot51
ticki
Dependencies
numtoa ^0.1
normal
serde ^1.0
normal
optional
libc ^0.2
normal
libredox ^0.0.2
normal
redox_termios ^0.1.3
normal
Versions
92.68%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
termion
4.0.2
Module event
Enums
Functions
In crate termion
Module
termion
::
event
Copy item path
source
·
[
−
]
Expand description
Mouse and key events.
Enums
§
Event
An event reported by the terminal.
Key
A key.
MouseButton
A mouse button.
MouseEvent
A mouse related event.
Functions
§
parse_event
Parse an Event from
item
and possibly subsequent bytes through
iter
.