v0.0.6
Pre-release
Pre-release
- Support serializing key bindings with serde crate.
serde
feature needs to be enabled. (example) - Support structural fuzzing with arbitrary crate.
arbitrary
feature needs to be enabled. (example) - Implement
Display
trait forKey
,Mod
,KeyInput
, andKeySeq
. - Improve an error message on Shift modifier with unnamed keys.