pub fn profile_user(
login: &str,
repos: Vec<RepoLite>,
capped: bool,
cfg: &ScreenConfig,
) -> UserProfileExpand description
Classify a user from their (already projected) owned repos.
pub fn profile_user(
login: &str,
repos: Vec<RepoLite>,
capped: bool,
cfg: &ScreenConfig,
) -> UserProfileClassify a user from their (already projected) owned repos.