safe-vex 4.2.0-alpha

A modular, safe and data-orientated rust wrapper over the Purdue PROS library for Vex Robotics
Documentation
[build-dependencies.bindgen]
version = "0.70.1"

[build-dependencies.zip]
version = "2.2.0"

[build-dependencies.zip-extensions]
version = "0.8.1"

[dependencies.libc]
default-features = false
version = "0.2.159"

[dependencies.libc-print]
version = "0.1.23"

[dependencies.newlib-alloc]
version = "0.1.0"

[dependencies.rcstring]
version = "0.2.1"

[lib]
name = "safe_vex"
path = "src/lib.rs"

[package]
authors = ["kalscium <kalscium@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build/main.rs"
categories = ["no-std", "external-ffi-bindings", "hardware-support", "api-bindings"]
description = "A modular, safe and data-orientated rust wrapper over the Purdue PROS library for Vex Robotics"
edition = "2021"
keywords = ["robot", "robotics", "vex", "v5", "vrc"]
license = "MIT OR Apache-2.0"
name = "safe-vex"
readme = "README.md"
repository = "https://github.com/kalscium/safe-vex"
version = "4.2.0-alpha"