#abstraction #pancurses #cli #terminal #term #hello-world #utile

utile_cli

为 pancurses 提供有用的抽象

8 个版本

0.3.2 2020 年 5 月 1 日
0.3.1 2020 年 5 月 1 日
0.2.1 2020 年 4 月 28 日
0.1.2 2020 年 4 月 27 日

4#pancurses

MIT 许可证

25KB
494

utile_cli

为 Rust 的 pancurses 提供有用的抽象。目标是通过添加一系列简单且文档齐全的函数来简化 pancurses 的开发,并允许更简单的基于终端的应用程序。

文档

需求

访问 pancurses 仓库

使用方法

访问 文档

Cargo.toml

[dependencies]
utile_cli = "0.3.2"

main.rs

extern crate utile_cli;

use utile_cli::cli::{Terminal};

fn main() {
  let term = Terminal::new();
  term.outln("Hello world!");
}

依赖关系

~0.2–0.9MB
~15K SLoC