litterrobot3 0.1.0

A client wrapper over the litter robot API. Control your robot from rust :)
Documentation
1
2
3
4
5
6
7
8
mod auth;
mod client;
mod command;
mod robot;
mod util;

pub use client::Client;
pub use robot::{Robot, UnitStatus};