Skip to content

v0.0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@rhysd rhysd released this 22 Feb 18:02
· 77 commits to main since this 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 for Key, Mod, KeyInput, and KeySeq.
  • Improve an error message on Shift modifier with unnamed keys.