# editor-types-macros
[](https://github.com/ulyssa/modalkit/actions?query=workflow%3ACI+)
[](https://crates.io/crates/editor-types-macros)
[](https://matrix.to/#/#modalkit:0x.badd.cafe)
[](https://crates.io/crates/editor-types-macros)
[](https://docs.rs/editor-types-macros/latest/editor_types_macros)
## About
This Rust crate contains the procedural macros used by and re-exported from the
[editor-types] crate. Consumers can use this crate's macros to convert the
command syntax used by [editor-types] into `Action` values at compile time.
## Usage
This crate can be used by adding `editor-types-macros` to your dependencies in your
project's `Cargo.toml`.
```toml
[dependencies]
editor-types-macros = "0.0.2"
```
## License
`editor-types-macros` is released under the [Apache License, Version 2.0].
[Apache License, Version 2.0]: https://github.com/ulyssa/modalkit/blob/master/LICENSE
[editor-types]: https://docs.rs/editor-types/latest/editor_types/