codealong-github 0.1.1

Codealong Github support
Documentation
1
2
3
4
5
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct Team {
    pub id: u64,
    pub name: String,
}