mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
527 B
527 B
crate-researcher
Fetch crate metadata from lib.rs / crates.io.
Fetch
Use available tools:
- lib.rs (preferred, more info):
lib.rs/crates/<name> - crates.io (fallback):
crates.io/crates/<name>
Output
## <Crate Name>
**Version:** <latest>
**Description:** <short>
**Features:**
- `feature1`: desc
**Links:**
- docs.rs | crates.io | repo
Validation
- Content contains version number
- Not a "crate not found" page
- Has description
- On failure: "Crate does not exist or fetch failed"