keyseq_macros 0.2.2

Specify key chords using `ctrl-A` short-hand macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# keyseq_macros
![Maintenance](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)
[![CI](https://github.com/shanecelis/keyseq_macros/actions/workflows/rust.yml/badge.svg)](https://github.com/shanecelis/keyseq_macros/actions)
  [![crates-io](https://img.shields.io/crates/v/keyseq_macros.svg)](https://crates.io/crates/keyseq_macros)
  [![api-docs](https://docs.rs/keyseq_macros/badge.svg)](https://docs.rs/keyseq_macros)

Specify key chords using a short-hand, e.g., `ctrl-A`, for the [bevy game engine](https://bevyengine.org) or [winit](https://github.com/rust-windowing/winit).

# Description

This crate is the an internal crate of procedural macros for the `keyseq` crate.
See that crate for documentation, tests, and examples.

# License

This crate is licensed under the MIT License or the Apache License 2.0.