robotconfig 0.1.0

Runtime configuration of hardware addresses and parameters using JSON
Documentation
  • Coverage
  • 82.35%
    14 out of 17 items documented0 out of 3 items with examples
  • Size
  • Source code size: 43.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ewpratten

robotconfig

Crates.io Docs.rs Build Clippy Audit

This crate contains all the needed definitions to parse Lib5K RobotConfig files in Rust. The rust definitions are much smaller than the Java counterparts, since in Rust, we have nice libraries like serde, which do most of the work automatically.

This project is part of an effort to preserve my work on frc5024/lib5k in a way that I can use the code without being bound to the team's rules, or the restrictive FRC licencing.

Installation

This crate can be installed via cargo with:

cargo install robotconfig