Called in a variety of scenarios in the front end, including: - Alphabetical listing of crates - List of crates under a specific owner - Listing a user's followed crates
- 服务商
- crates.io(Rust 包注册表)
- 输入摘要
- {"name":"sort","type":"string","required":false,"description":"The sort order of the crates.\n\nValid values: `alphabetical`, `relevance`, `downloads`,\n`recent-downloads`, `recent-updates`, `new`.\n\nDefaults to `relevance` if `q` is se..., {"name":"q","type":"string","required":false,"description":"A search query string."}, {"name":"include_yanked","type":"string","required":false,"description":"Set to `yes` to include yanked crates."}, {"name":"category","type":"string","required":false,"description":"If set, only return crates that belong to this category, or one\nof its subcategories."}, {"name":"all_keywords","type":"string","required":false,"description":"If set, only return crates matching all the given keywords.\n\nThis parameter expects a space-separated list of keywords."}, {"name":"keyword","type":"string","required":false,"description":"If set, only return crates matching the given keyword\n(ignored if `all_keywords` is set)."}, {"name":"letter","type":"string","required":false,"description":"If set, only return crates with names that start with the given letter\n(ignored if `all_keywords` or `keyword` are set)."}, {"name":"user_id","type":"integer","required":false,"description":"If set, only crates owned by the given crates.io user ID are returned\n(ignored if `all_keywords`, `keyword`, or `letter` are set)."}
- 输出摘要
- 暂无公开信息
- 计费规则
- 1
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息