Skip to main content

Module intel

Module intel 

Source
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§

CrateIntel
Live metadata for a single crate.
GitHubActivity
GitHub repository activity summary.
IntelClient
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.