editor-types-parser 0.0.2

Procedural macros for generating editor-types values at compile time
Documentation

editor-types-parser

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

About

This is a Rust crate for parsing the command language used in the editor-types crate. Library consumers can then use its parser output and the ActionParser trait to drive the conversion of the parser tree into some kind of output.

Usage

This crate can be used by adding editor-types-parser to your dependencies in your project's Cargo.toml.

[dependencies]
editor-types-parser = "0.0.2"

License

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