![Version badge](https://img.shields.io/crates/v/ds) # ds: A library for controlling _FIRST_ Robotics Competition robots `ds` provides the means to create an FRC driver station, allowing you to enable, and control robots without the use of the official, windows-only driver station. For a project written using this library, see [Conductor](https://github.com/Redrield/Conductor), a cross-platform driver station written with this library. The `libDS` subdirectory is a crate exposing a C API around `ds-rs`. This library requires building on a nightly compiler.