1 个不稳定版本

0.1.0 2020年1月19日

#45#shape

MIT/Apache

6KB

首次欢迎来自伊斯兰堡

这是一个在 crates.io 上发布的 Rust 库示例

要使用此库,您必须在 cargo.toml 的依赖项部分添加以下行:

shapes= "0.1.0"

您的 cargo.toml 文件应如下所示

[package]
name = "example"
version = "0.1.0"
authors = ["bilal619 <[email protected]>"]
edition = "2018

[dependencies]
shapes = "0.1.0"

src/main.rs 中,您可以这样使用:

use shapes;
fn main() {
    shapes::make_shape::circle::make_circle();
}

now `cargo run` for results

无运行时依赖项