github-client 0.1.0

Github Client
1
2
3
4
5
6
#[derive(Deserialize, Debug)]
pub struct Error {
    resource: String,
    code: String,
    pub(in crate) message: String,
}