| Crates.io | editor-types |
| lib.rs | editor-types |
| version | 0.0.2 |
| created_at | 2025-06-17 03:00:07.553943+00 |
| updated_at | 2025-07-04 23:30:32.263302+00 |
| description | A library for working with defunctionalized editor types |
| homepage | https://github.com/ulyssa/modalkit/tree/main/crates/editor-types |
| repository | https://github.com/ulyssa/modalkit |
| max_upload_size | |
| id | 1715134 |
| size | 192,027 |
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.
This crate can be used by adding editor-types to your dependencies in your
project's Cargo.toml.
[dependencies]
editor-types = "0.0.2"
editor-types is released under the Apache License, Version 2.0.