editor-types-macros

Crates.ioeditor-types-macros
lib.rseditor-types-macros
version0.0.2
created_at2025-06-22 07:13:57.042485+00
updated_at2025-07-04 23:30:14.954041+00
descriptionA library for parsing the editor-types action syntax
homepagehttps://github.com/ulyssa/modalkit/tree/main/crates/editor-types-macros
repositoryhttps://github.com/ulyssa/modalkit
max_upload_size
id1721355
size89,468
Ulyssa (ulyssa)

documentation

README

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.2"

License

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

Commit count: 158

cargo fmt