1 2 3 4 5 6 7 8 9
pub mod error; pub mod units; /// Geometry primitives for path definition. /// /// Provides `Point`, `Line`, `Path`, and `Circle` types /// used by the pursuit algorithm. pub mod geo;