upstream-rs 1.18.0

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

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