Docs.rs
console-input-0.1.2
console-input 0.1.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
renpenguin
Dependencies
crossterm ^0.27.0
normal
Versions
70.59%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
console_input
0.1.2
Module keypress
Structs
Enums
Functions
In crate console_input
?
Module
console_input
::
keypress
source
·
[
−
]
Structs
§
Input
Enums
§
Event
Represents an event.
Functions
§
disable_raw_mode
Disable raw mode
enable_raw_mode
Enable raw mode
exit_raw_mode
Disable raw mode and exit the process
poll
Checks if there is an
Event
available.
read
Reads a single
Event
.