keybinds 0.2.0

Platform&Framework-agnostic key binding (keyboard shortcut) dispatcher, parser, and generator written in Safe Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Versioning
==========

This crate conforms to [Semantic Versioning 2.0.0][semver], but it has not reached 1.0.0 yet (although the API is stable
enough for production use). The versioning rule of this crate is as follows.

- **Major** is fixed to `0`.
- **Minor** is bumped when some breaking change is introduced for example:
  - API breaking changes
  - Major version bumps in the optional dependencies
  - MSRV bump
- **Patch** is bumped when some compatible changes are added for example:
  - New features such as adding new framework/library support
  - Fixes

[semver]: https://semver.org/