1 2 3 4 5
//! GitHub REST API client for pull-request metadata. pub mod client; pub use client::GitHubClient;