robotevents 0.6.0

Wrapper for the RobotEvents.com v2 API.
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct Program {
    pub id: i32,
    pub name: String,
    pub abbr: String,
}