repo-trust 0.1.1

A command-line tool that tells you whether an open-source repository deserves your trust — beyond the star count.
Documentation
1
2
3
4
5
6
7
8
9
//! Per-module data collection. Each collector is responsible for fetching
//! the raw inputs its module needs and storing them via the cache facade.

pub mod activity;
pub mod adoption;
pub mod maintainers;
pub mod repo;
pub mod security;
pub mod stars;