keycode 0.1.1

A Rust crate for translating keycodes based on Chrome's mapping of keys.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Dylan Frankland <github@frankland.io>"]
build = "build.rs"
categories = ["os", "hardware-support"]
description = "A Rust crate for translating keycodes based on Chrome's mapping of keys."
edition = "2018"
homepage = "https://github.com/dfrankland/keycode"
keywords = ["keyboard", "key", "usb", "hid", "ps2"]
license = "MIT"
name = "keycode"
repository = "https://github.com/dfrankland/keycode"
version = "0.1.1"
[build-dependencies]
quote = "0.6.11"
regex = "1.1.0"

[dependencies]
bitflags = "1.0.4"