Docs.rs
quantum-soft-keyboard-0.1.0
quantum-soft-keyboard 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
06 September 2025
Links
Repository
crates.io
Source
Owners
waynr
Dependencies
async-compat ^0.2.1
normal
async-std ~1.10
normal
clap ~3.0
normal
evdev ~0.11
normal
evdev-rs ~0.5
normal
fern ~0.5
normal
futures ~0.3
normal
log ~0.4
normal
maplit ^1.0
normal
num ~0.3
normal
qsk-macros ~0.1
normal
qsk-types ~0.1
normal
serde ~1.0
normal
serde_json ~1.0
normal
thiserror ^1.0
normal
galvanic-assert ~0.8
dev
maplit ^1.0
dev
Versions
0%
of the crate is documented
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
InputEventSource
qsk
0.1.0
Input
Event
Source
Required Methods
recv
Implementors
In qsk::
device::
traits
qsk
::
device
::
traits
Trait
Input
Event
Source
Copy item path
Source
pub trait InputEventSource:
Send
{ // Required method fn
recv
(&mut self) ->
Result
<
InputEvent
>; }
Required Methods
§
Source
fn
recv
(&mut self) ->
Result
<
InputEvent
>
Implementors
§
Source
§
impl
InputEventSource
for qsk::device::linux::
Device
Source
§
impl
InputEventSource
for qsk::device::linux_evdev::
Device