| Crates.io | editor-types-parser |
| lib.rs | editor-types-parser |
| version | 0.0.2 |
| created_at | 2025-06-22 07:12:36.630023+00 |
| updated_at | 2025-07-04 23:30:01.414195+00 |
| description | Procedural macros for generating editor-types values at compile time |
| homepage | https://github.com/ulyssa/modalkit/tree/main/crates/editor-types-parser |
| repository | https://github.com/ulyssa/modalkit |
| max_upload_size | |
| id | 1721354 |
| size | 60,862 |
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.
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"
editor-types-parser is released under the Apache License, Version 2.0.