2 个版本
0.1.1 | 2019年11月2日 |
---|---|
0.1.0 | 2019年11月2日 |
#876 在 #template
6KB
dcc-template-bin
dcc-template-bin 是创建 Rust 二进制应用程序的模板。
- API 文档
- Cargo 包:dcc-template-bin
安装
将以下内容添加到您的 Cargo.toml
[dependencies]
dcc-template-bin = "0.1"
基本用法
fn main() {
println!("Hello world!");
}
许可证
许可协议为以下之一
- Apache 许可协议,版本 2.0 (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可协议 (LICENSE-MIT 或 http://opensource.org/licenses/MIT),任选其一。