Docs.rs
intercept-bounce-0.9.1
intercept-bounce 0.9.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Sinity
Dependencies
chrono ^0.4
normal
clap ^4.5
normal
crossbeam-channel ^0.5
normal
humantime ^2.1
normal
input-linux-sys ^0.9
normal
libc ^0.2
normal
opentelemetry ^0.23
normal
opentelemetry-otlp ^0.16
normal
opentelemetry_sdk ^0.23
normal
phf ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
signal-hook ^0.3
normal
tracing ^0.1
normal
tracing-opentelemetry ^0.24
normal
tracing-subscriber ^0.3
normal
assert_cmd ^2.0
dev
criterion ^0.5
dev
predicates ^3.0
dev
proptest ^1.0
dev
vergen ^8
build
Versions
56.82%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Module cli
intercept_
bounce
0.9.1
Module cli
Module Items
Structs
Functions
In crate intercept_
bounce
intercept_bounce
Module
cli
Copy item path
Source
Structs
§
Args
An Interception Tools filter to eliminate keyboard chatter (switch bounce). Reads Linux input events from stdin, filters rapid duplicate key events, and writes the filtered events to stdout. Statistics are printed to stderr on exit.
Functions
§
parse_
args