| Crates.io | editor-types-macros |
| lib.rs | editor-types-macros |
| version | 0.0.2 |
| created_at | 2025-06-22 07:13:57.042485+00 |
| updated_at | 2025-07-04 23:30:14.954041+00 |
| description | A library for parsing the editor-types action syntax |
| homepage | https://github.com/ulyssa/modalkit/tree/main/crates/editor-types-macros |
| repository | https://github.com/ulyssa/modalkit |
| max_upload_size | |
| id | 1721355 |
| size | 89,468 |
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.
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.2"
editor-types-macros is released under the Apache License, Version 2.0.