fll-rs 0.1.4

Movement and ui apis for lego ev3 robots intended for use in the FIRST Lego League competition
Documentation
// TODO enable more linting rules

pub mod error;
pub mod graphics;
pub mod input;
pub mod lego;
pub mod math;
pub mod movement;
pub mod robot;
pub mod types;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        let result = 2 + 2;
        assert_eq!(result, 4);
    }
}