//! This is a crate of handy modules and utilities for manipulating CAN data and interfaces.
//!
//! NOTE: this crate is not yet ready for prime time, but it will be soon, just publishing now to claim the name
//!
//! TODO: add real documentation here
// #![cfg_attr(not(feature = "std"), no_std)]
pub use *;
/// A collection of `byteorder` types to facilitate unpacking values from frames.