Crates.io | wpilib-hal |
lib.rs | wpilib-hal |
version | 0.1.1 |
source | src |
created_at | 2017-02-17 22:15:19.441746 |
updated_at | 2017-02-17 22:15:19.441746 |
description | Low-level bindings to WPILib's HAL. DO NOT USE THIS YET. THIS IS JUST TO SECURE THE NAME. |
homepage | |
repository | https://github.com/XavilPergis/wpilib-hal |
max_upload_size | |
id | 8561 |
size | 6,693,968 |
This crate aims to create Rust bindings to the HAL using more idiomatic Rust design patterns.
Also be sure to check out a more mature (and probably cleaner) crate here. It has bindings to a bunch of WPILIB and some basic abstractions for programming robots
WPILibC and WPILibJ, and the library headers used in this crate are in this repo.