1//! Core drivers and utilities for the Omni-Wheel Bot on no-std embedded platforms. 2//! 3//! For runnable examples, see the `examples/` directory. 4#![no_std] 5 6pub mod utils;