我希望有类似的东西:cargo install stopwatch但在文档中找不到它.
cargo install stopwatch
查找软件包版本并手动将软件包添加到.toml:
[dependencies] stopwatch="0.0.6"
感觉不够自动化.:)
rust rust-cargo
rust ×1
rust-cargo ×1