1 个不稳定版本
0.1.0 | 2019年11月2日 |
---|
#869 in #template
6KB
dcc-template-lib
dcc-template-lib 是一个用于创建 Rust 库应用的模板。
- API 文档
- Cargo 包: dcc-template-lib
安装
将以下内容添加到您的 Cargo.toml
[dependencies]
dcc-template-lib = "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),任选其一。