Crates.io | patch-vex |
lib.rs | patch-vex |
version | 0.3.0 |
source | src |
created_at | 2023-09-29 23:26:09.840628 |
updated_at | 2023-09-29 23:26:09.840628 |
description | a crate built on top of vex-rt to provide other useful functionality |
homepage | |
repository | https://gitlab.com/aiden.251488/toolbelt |
max_upload_size | |
id | 988160 |
size | 61,504 |
This project is in early development and is not yet stable, the api is NOT garenteed to be backwards compatible, updates can and will introduce breaking changes.
In order to use this project, you need
To get started using patch, you likely want to clone this repository using this command
git clone {repository}.git
This will come with the basic boilerplate to start you project.
After then, a simple cargo r
is all it takes to compile your code and push it to a VEX v5 brain.
Copyright 2023 Aiden Blake
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.