github-readme-stats 0.2.0

Fetch GitHub user statistics as JSON
1
2
3
4
5
mod client;
mod models;
mod retry;

pub use client::GraphQLClient;