seahorse:用Rust编写的最小CLI框架

时间:2024-05-19 23:46:08
【文件属性】:

文件名称:seahorse:用Rust编写的最小CLI框架

文件大小:19KB

文件格式:ZIP

更新时间:2024-05-19 23:46:08

rust cli minimal cli-framework easy-to-use

海马 用Rust编写的最小CLI框架 特征 易于使用 没有依赖关系 键入的标志(布尔,字符串,整数,浮点) 文献资料 用法 要使用海马,请将其添加到您的Cargo.toml中: [ dependencies ] seahorse = " 1.1 " 例子 运行示例 $ git clone https://github.com/ksk001100/seahorse $ cd seahorse $ cargo run --example single_app -- --help $ cargo run --example multiple_app -- --help 快速开始 $ cargo new cli $ cd cli $ echo ' seahorse = "*" ' >> Cargo.toml use seahorse :: {App}; use std :: env; fn


【文件预览】:
seahorse-master
----Cargo.toml(433B)
----.github()
--------CONTRIBUTING.md(1KB)
--------workflows()
----src()
--------context.rs(6KB)
--------app.rs(19KB)
--------error.rs(1KB)
--------action.rs(252B)
--------command.rs(6KB)
--------flag.rs(7KB)
--------help.rs(131B)
--------lib.rs(251B)
--------color.rs(4KB)
----examples()
--------single_app.rs(740B)
--------multiple_app.rs(3KB)
----LICENSE(1KB)
----README.md(6KB)
----CODE_OF_CONDUCT.md(6KB)
----.gitignore(33B)

网友评论