Crates.io | ds |
lib.rs | ds |
version | 1.2.4 |
source | src |
created_at | 2018-12-10 03:19:42.218766 |
updated_at | 2020-08-23 01:14:25.869526 |
description | A library for controlling FIRST Robotics Competition robots |
homepage | |
repository | https://gitlab.com/Redrield/ds-rs |
max_upload_size | |
id | 101045 |
size | 107,830 |
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, 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.