pyfisch / keyboard-types

Types to define keyboard related events.
Apache License 2.0
54 stars 9 forks source link

Implemented FromStr trait for Code, closes #10. #11

Closed stephanemagnenat closed 3 years ago

pyfisch commented 3 years ago

It's merged and published on crates.io.

Out of curiosity, in what project or context are you using keyboard-types in?

stephanemagnenat commented 3 years ago

Thanks for merging and publishing the updated version!

I'm exploring an experimental immediate-mode GUI, with the prospect of possibly replacing our custom-made Typescript-based Imgui used for visual program editing in Candli by a Rust version, also replacing the Material Web Components used for the general GUI in the process. This would be quite a bold and risky jump, so it is still an exploration for now.

pyfisch commented 3 years ago

Very cool project!

stephanemagnenat commented 3 years ago

Thanks :-)