Crates.io | modalkit |
lib.rs | modalkit |
version | 0.0.20 |
source | src |
created_at | 2021-08-25 22:07:25.086705 |
updated_at | 2024-08-12 04:09:06.624041 |
description | A library for building applications that use modal editing |
homepage | https://github.com/ulyssa/modalkit/tree/main/crates/modalkit |
repository | https://github.com/ulyssa/modalkit |
max_upload_size | |
id | 442381 |
size | 1,169,704 |
This is a Rust library for building modal editing applications, and provides default keybindings for Vim and Emacs that you can drop into your application.
For examples of how you can use this crate, see modalkit-ratatui, scansion, and iamb.
This crate can be used by adding modalkit
to your dependencies in your
project's Cargo.toml
.
[dependencies]
modalkit = "0.0.20"
modalkit
is released under the Apache License, Version 2.0.