Crates.io | term-kit |
lib.rs | term-kit |
version | 0.3.0-prerelease2 |
source | src |
created_at | 2024-06-24 23:11:11.378023 |
updated_at | 2024-08-06 21:01:20.387419 |
description | A simple terminal UI toolkit for Rust |
homepage | https://github.com/tylercritchlow/termkit |
repository | https://github.com/tylercritchlow/termkit |
max_upload_size | |
id | 1282805 |
size | 33,420 |
A simple terminal widget kit made in Rust.
Using crossterm for terminal manipulation, TermKit gives you drop-in widgets for your CLI or terminal applications.
and more per request
Add this to your Cargo.toml
:
[dependencies]
term-kit = "*"
and refer to the examples for usage.
Licensed under the MIT license.