No description
- Rust 100%
| .github/workflows | ||
| crates | ||
| docs | ||
| .gitattributes | ||
| .gitignore | ||
| .rustfmt.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
modalkit
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.