Crates.io | term-kit |
lib.rs | term-kit |
version | |
source | src |
created_at | 2024-06-24 23:11:11.378023+00 |
updated_at | 2025-02-26 04:10:44.518343+00 |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
TermKit
A set of drop in terminal widgets made in Rust.
Using crossterm
for terminal manipulation, TermKit gives you drop-in widgets for your CLI or terminal applications.
[!NOTE] Linux and MacOS is tested with the Ghostty Terminal, and Windows is tested with the Windows Terminal. If you find any bugs, on other terminals please open an issue.
full-tui-interface
featureand more per request
Add this to your Cargo.toml
:
[dependencies]
term-kit = "0.2.5"
and refer to the examples for usage.
Licensed under the MIT license. See LICENSE for more information.