Crates.io | gluten-keyboard |
lib.rs | gluten-keyboard |
version | 0.1.2 |
source | src |
created_at | 2021-01-29 00:25:52.293165 |
updated_at | 2021-01-29 18:11:30.025262 |
description | Keys enum |
homepage | https://github.com/notgull/gluten-keyboard#readme |
repository | https://github.com/notgull/gluten-keyboard |
max_upload_size | |
id | 347837 |
size | 18,189 |
This simple crate contains the Keys
enum, which provides a set of every key that could be reasonably found on a keyboard in 2021, as well as a function to convert the key press to a character (where applicable). This was largely created as I couldn't find any crates providing a similar enum without also being a part of a GUI monocrate.
MIT/Apache2 License