1 2 3 4
mod client; pub use client::{GithubClient, GithubClientError}; #[path = "generated/query.rs"] pub mod query;