Expand description
Live intelligence layer — fetches metadata from crates.io and GitHub to assess freshness, popularity, and maintenance status.
All network operations are non-fatal: failures are logged and the tool continues with whatever data it has.
Structs§
- Crate
Intel - Live metadata for a single crate.
- GitHub
Activity - GitHub repository activity summary.
- Intel
Client - Client for fetching live dependency intelligence.
Functions§
- parse_
github_ url - Parse a GitHub URL into (owner, repo). Supports: https://github.com/owner/repo, https://github.com/owner/repo.git, https://github.com/owner/repo/tree/main, etc.