input_event_codes_hashmap 0.1.1

Hashmaps to look up the u32 value for a given input event code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.lazy_static]
version = "1.4"

[package]
authors = ["pentamassiv <pentamassiv@posteo.de>"]
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]
description = "Hashmaps to look up the u32 value for a given input event code"
edition = "2018"
keywords = ["input-event-codes", "linux", "hashmap", "lazy-static"]
license = "GPL-2.0-only"
name = "input_event_codes_hashmap"
repository = "https://github.com/grelltrier/input_event_codes_hashmap"
version = "0.1.1"