editor-types 0.0.2

A library for working with defunctionalized editor types
Documentation

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.