Docs.rs
wasi-shell-1.0.15
wasi-shell 1.0.15
Docs.rs crate page
MIT
09 May 2026
Links
Homepage
Repository
crates.io
Source
Owners
oligamiq
Dependencies
colored ^3.0
normal
shlex ^1.3
normal
sl-rust ^1.0.14
normal
optional
smallvec ^1.15
normal
wasi ^0.11
normal
wasibox-core ^1.0.14
normal
tempfile ^3
dev
ctrlc ^3.5.2
normal
libc ^0.2
normal
Versions
35.19%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
KeyEventHandler
wasi_
shell
1.0.15
KeyEvent
Handler
Required Methods
on_key_event
Implementors
In crate wasi_
shell
wasi_shell
Trait
KeyEvent
Handler
Copy item path
Source
pub trait KeyEventHandler { // Required method fn
on_key_event
(&mut self, key:
KeyEvent
); }
Required Methods
§
Source
fn
on_key_event
(&mut self, key:
KeyEvent
)
Implementors
§