//! This is a highly experimental crate providing bindings to WPILIB's HAL.
//! This crate is not affiliated with FIRST, FRC, or National Instruments in
//! any way
extern crate lazy_static;
extern crate time;
/// Contains aggregate error types and macros for calling FFI functions
/// Contains bindings to the HAL
pub use *;