1 个不稳定版本
0.1.0 | 2023年6月8日 |
---|
#477 in Cargo 插件
11KB
73 行
cargo-example2
cargo install cargo-example2
列出示例
❯ cargo example https://github.com/clap-rs/clap-verbosity-flag
error: "--example" takes one argument.
Available examples:
log
tracing
运行示例
❯ cargo example https://github.com/clap-rs/clap-verbosity-flag --example tracing
Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Running `/tmp/cargo-example/862177302567451381/target/debug/examples/tracing`
2023-06-08T06:42:12.641689Z ERROR tracing: Engines exploded
使用 --release 编译
❯ cargo example https://github.com/clap-rs/clap-verbosity-flag --example tracing -- --release
一个仓库中的多个 crate
❯ cargo example https://github.com/DioxusLabs/dioxus/ --path packages/dioxus-tui/Cargo.toml --example border
与 cargo-example 相比?
cargo-example 已归档且不适用于多 crate 仓库。
cargo example dioxus-tui
这将列出仓库中所有示例,这些示例不是 dioxus-tui 的示例。
依赖关系
~5–7MB
~117K SLoC