//! Convenience re-export of common members
//!
//! Like the standard library's prelude, this module simplifies importing of
//! common items. Unlike the standard prelude, the contents of this module must
//! be imported manually:
//!
//! ```
//! use mcan::prelude::*;
//! ```
use crate;
pub use Raw as _;
pub use AnyMessage as _;
pub use AnyMessage as _;
pub use crateDynAux as _;
pub use crateDynRxDedicatedBuffer as _;
pub use crateDynRxFifo as _;
pub use crateDynTx as _;
pub use crateDynTxEventFifo as _;