keyfn 0.1.0

call function on keypress/release
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.x11]
features = ["xlib"]
version = "2.18.2"

[lib]
name = "keyfn"
path = "./src/lib.rs"

[package]
authors = ["einzigartigerName"]
description = "call function on keypress/release"
edition = "2018"
homepage = "https://github.com/einzigartigername/keyfn"
keywords = ["xlib", "keybinding"]
license = "MIT"
name = "keyfn"
repository = "https://github.com/einzigartigername/keyfn"
version = "0.1.0"