pyfisch / keyboard-types

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

#![no_std] support? #2

Closed thejpster closed 5 years ago

thejpster commented 6 years ago

Hi. I'm about to write a PS/2 keyboard driver for an embedded device (https://github.com/thejpster/monotron). Would you be interested in making this crate #![no_std] so I could use it in my project? Thanks!

pyfisch commented 6 years ago

Hi,

Would you be interested in making this crate #![no_std] so I could use it in my project?

If this helps you, definitely. Can you send in a PR? It should be easy. Only CompositionEvent requires allocation if I recall correctly.