booster_sdk 0.1.0

An SDK for controlling Booster robots
Documentation
1
2
3
4
5
6
7
8
9
//! Core domain types shared across the Booster Robotics SDK.

mod b1;
mod error;
mod robot;

pub use b1::*;
pub use error::*;
pub use robot::*;