1//! C API for orbita3d 2//! 3//! Exposes: 4//! * the controller 5//! * the kinematics model 6 7pub mod controller; 8pub mod kinematics; 9 10mod sync_map;