No description
Find a file
microchipster f890605cb4
Some checks failed
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
pr 0187
2026-01-28 21:43:28 -08:00
.github/workflows update dependencies 2026-01-22 10:52:52 -08:00
crates update dependencies 2026-01-22 10:52:52 -08:00
docs pr 0187 2026-01-28 21:43:28 -08:00
.gitattributes Set up GitHub Actions (#8) 2021-11-16 23:28:03 -08:00
.gitignore Commit Cargo.lock for openSUSE Build Service (#133) 2024-02-29 04:53:18 +00:00
.rustfmt.toml Add more directives to .rustfmt.toml (#2) 2021-11-12 17:55:50 -08:00
Cargo.lock update dependencies 2026-01-22 10:52:52 -08:00
Cargo.toml update dependencies 2026-01-22 10:52:52 -08:00
CONTRIBUTING.md Initial commit 2021-07-02 23:30:32 -07:00
LICENSE Initial commit 2021-07-02 23:30:32 -07:00
README.md Release modalkit{,-ratatui}@0.0.24 (#178) 2025-08-16 23:28:42 +00:00
rust-toolchain.toml update dependencies 2026-01-22 10:52:52 -08:00

modalkit

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

About

This is a Rust library for building modal editing applications.

Usage

This crate is on crates.io and can be used by adding modalkit to your dependencies in your project's Cargo.toml.

[dependencies]
modalkit = "0.0.24"

License

modalkit is released under the Apache License, Version 2.0.