editor-types-parser

Crates.ioeditor-types-parser
lib.rseditor-types-parser
version0.0.2
created_at2025-06-22 07:12:36.630023+00
updated_at2025-07-04 23:30:01.414195+00
descriptionProcedural macros for generating editor-types values at compile time
homepagehttps://github.com/ulyssa/modalkit/tree/main/crates/editor-types-parser
repositoryhttps://github.com/ulyssa/modalkit
max_upload_size
id1721354
size60,862
Ulyssa (ulyssa)

documentation

README

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.

Commit count: 158

cargo fmt