wpilib-sys 0.4.0

FRC's WPILib system bindings for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
dev = []

[package]
authors = ["Josh Hejna <josh.hejna@gmail.com>"]
build = "build.rs"
categories = ["embedded", "hardware-support", "external-ffi-bindings"]
description = "FRC's WPILib system bindings for rust."
include = ["src/**/*", "Cargo.toml", "build.rs", "WPILIB_LICENSE", "lib/**/*"]
keywords = ["frc", "roborio", "robotics", "first", "wpilib"]
license = "MIT OR Apache-2.0"
name = "wpilib-sys"
repository = "https://github.com/Lytigas/first-rust-competition"
version = "0.4.0"