Cargo FRC

Crates.io

A cargo subcommand for deploying your rust code.

Installation

In this package, run cargo install, assuming cargo's bin is in your PATH.

Usage

Add a config section like

toml [package.metadata.frc] team-number = 114 rio-address = "10.1.14.2" target-dir = "target" executable-name = "digital_out"

to your Cargo.toml.

You can then run cargo frc deploy in your robot code package.

Roadmap

License

The contents of this repository are distributed under the terms of both the MIT license and the Apache License (Version 2.0). By contributing, you agree to license your contribution under these terms.

See LICENSE-APACHE, LICENSE-MIT, for details.