editor-types
About
This is a Rust crate for describing defunctionalized editor actions. Library consumers can then use them to drive an actual implementation by switching on the different enum variants.
For examples of how you can use this crate, see modalkit, modalkit-ratatui, scansion, and iamb.
Usage
This crate can be used by adding editor-types to your dependencies in your
project's Cargo.toml.
[]
= "0.0.2"
License
editor-types is released under the Apache License, Version 2.0.