fll-rs 0.1.0

Movement and ui apis for lego ev3 robots intended for use in the FIRST Lego League competition
Documentation

See https://crates.io/crates/ev3dev-lang-rust for information about the underlying api used and cross compiling your code

Including the following in Cargo.toml will substantially decrease binary size (and therefore upload times) in release mode

[profile.release]
strip = true