editor-types-parser 0.0.2

Procedural macros for generating editor-types values at compile time
Documentation
  • Coverage
  • 78.86%
    97 out of 123 items documented0 out of 90 items with examples
  • Size
  • Source code size: 60.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 855.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ulyssa/modalkit
    92 17 22
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ulyssa

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.