frclib-core 0.2.4

A collection of utilities to be used across the FRC in rust ecosystem
Documentation
1
2
3
4
5
6
7
8
// #[derive(Debug, Clone, Copy)]
// pub struct CanFDFrame {
//     pub id: u32,
//     pub len: u8,
//     pub flags: u8,
//     pub data: [u8; 64],
//     pub timestamp: u64,
// }