Files
tldr/pages.zh/common/cargo-search.md

13 lines
369 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cargo 搜索
> 在 <https://crates.io> 上搜索包。
> 这些包将以适合复制到 `Cargo.toml` 的 TOML 格式显示,并附有描述。
> 更多信息: <https://doc.rust-lang.org/cargo/commands/cargo-search.html>。
- 搜索包:
`cargo search {{query}}`
- 显示 `n` 个结果默认10最大100
`cargo search --limit {{n}} {{query}}`