ctre-sys 5.4.0

FFI bindings to CTR Electronics' Phoenix FRC libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[package]
authors = ["David Vo <david@vovo.id.au>"]
build = "build.rs"
categories = ["external-ffi-bindings", "embedded", "hardware-support"]
description = "FFI bindings to CTR Electronics' Phoenix FRC libraries"
include = ["src/**/*", "Cargo.toml", "build.rs", "lib/**/*"]
keywords = ["frc", "ctre"]
license-file = "LICENSE"
links = "CTRE_PhoenixCCI"
name = "ctre-sys"
readme = "README.md"
repository = "https://github.com/auscompgeek/ctre-rs"
version = "5.4.0"