3 个版本
0.1.2 | 2020年1月23日 |
---|---|
0.1.1 | 2020年1月19日 |
0.1.0 | 2020年1月19日 |
#21 in #look
6KB
Batch3
这是一个在 crates.io 上发布的 Rust 库示例
要使用此库,您需要在 cargo.toml 的依赖项部分添加以下行
batch3= "0.1.2"
您的 cargo.toml 文件应如下所示
[package]
name = "hello_world"
version = "0.1.0"
authors = ["Muhammad Adnan <[email protected]>"]
edition = "2018"
[dependencies]
batch3 = "0.1.2"
在 src/main.rs
中可以这样使用
use batch3;
fn main() {
println!("Hello, world!");
batch3::islamabad::piaic();
}
以下也会生效
use batch3::islamabad;
fn main() {
println!("Hello, world!");
islamabad::piaic();
}
现在使用 cargo run
获取结果