editor-types-macros 0.0.1

A library for parsing the editor-types action syntax
Documentation

editor-types-macros

Build Status License: Apache 2.0 #modalkit:0x.badd.cafe Latest Version Docs Status

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.

[dependencies]
editor-types-macros = "0.0.1"

License

editor-types-macros is released under the Apache License, Version 2.0.