github-readme-stats 0.2.0

Fetch GitHub user statistics as JSON
1
2
3
4
5
6
7
mod graphql;
mod http;
// Shared helpers for REST-backed features.
mod rest;
mod retry;

pub use graphql::GraphQLClient;