editor-types

Crates.ioeditor-types
lib.rseditor-types
version0.0.2
created_at2025-06-17 03:00:07.553943+00
updated_at2025-07-04 23:30:32.263302+00
descriptionA library for working with defunctionalized editor types
homepagehttps://github.com/ulyssa/modalkit/tree/main/crates/editor-types
repositoryhttps://github.com/ulyssa/modalkit
max_upload_size
id1715134
size192,027
Ulyssa (ulyssa)

documentation

README

editor-types

Build Status License: Apache 2.0 #modalkit:0x.badd.cafe Latest Version Docs Status

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.

[dependencies]
editor-types = "0.0.2"

License

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

Commit count: 158

cargo fmt