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.
[]
= "0.0.2"
License
editor-types-macros is released under the Apache License, Version 2.0.