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
//! Output writers.

pub mod csv_report;
pub mod json_report;
pub mod markdown_report;
pub mod terminal;