文件名称:seahorse —用Rust编写的最小的CLI框架-Rust开发
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-16 12:48:30
Rust Command-line
seahorse用Rust功能编写的最小CLI框架,易于使用,没有依赖关系。类型标记(布尔,字符串,Int,Float)这里使用文档T seahorse用Rust功能编写的最小CLI框架,易于使用,没有依赖关系,类型标记(布尔,字符串, Int,Float)此处的文档用法要使用seahorse,请将其添加到您的Cargo.toml中:[dependencies] seahorse =“ 1.0.0”示例运行示例$ git clone https://github.com/ksk001100/seahorse $ cd seahorse $货物运行--example single_app---help $货物运行--example multiple_app---help快速入门$ cargo new cli $ cd cli $ echo'seahorse =“ *”'>>汽车
【文件预览】:
seahorse-master
----.gitignore(33B)
----src()
--------color.rs(4KB)
--------error.rs(1KB)
--------app.rs(19KB)
--------context.rs(6KB)
--------help.rs(131B)
--------command.rs(6KB)
--------action.rs(252B)
--------flag.rs(7KB)
--------lib.rs(251B)
----CODE_OF_CONDUCT.md(6KB)
----LICENSE(1KB)
----Cargo.toml(433B)
----.github()
--------CONTRIBUTING.md(1KB)
--------workflows()
----examples()
--------multiple_app.rs(3KB)
--------single_app.rs(740B)
----README.md(6KB)