#frc #ecosystem #projects #utilities #across #collection #hal

frclib-core

A collection of utilities to be used across the FRC in rust ecosystem

5 releases

0.2.1 Apr 17, 2024
0.2.0 Jan 3, 2024
0.1.2 Jan 3, 2024
0.1.1 Jan 1, 2024
0.1.0 Jan 1, 2024

#267 in Hardware support

Download history 17/week @ 2024-01-01 8/week @ 2024-02-19 1/week @ 2024-03-11 24/week @ 2024-04-01 132/week @ 2024-04-15

156 downloads per month

MIT license

215KB
4.5K SLoC

frclib-core

Crates.io MIT licensed Build Status

This is a collection of utilities for projects in the FRC for rust ecosystem. Things that frclib depends on but need to be integrated into the frclib ecosystem will use this to avoid circular dependencies.

While this crate ver is less than 1.0.0 any version release could have breaking changes.


lib.rs:

frclib-core

This crate contains the core functionality for the rust FRC ecosystem. Whenever a crate that frclib depends on needs to use an frc feature it will use this crate to prevent circular dependencies.

This library goes as far as it can to be panic free, the only function that can panic is HAL Initialization.

Dependencies

~0.3–1.7MB
~36K SLoC