upstream-rs 1.4.2

Fetch package updates directly from the source.
1
2
3
4
5
pub mod github_adapter;
pub mod github_client;

pub use github_adapter::GithubAdapter;
pub use github_client::GithubClient;