//! Linux SocketCAN adapters implementing `embedded-can-interface` traits.
//!
//! On Linux, this crate wraps the [`socketcan`] crate's sockets in small newtypes that implement
//! the `embedded-can-interface` I/O traits (`TxFrameIo`, `RxFrameIo`, etc).
//!
//! On non-Linux targets, the types are present but constructors return
//! [`UnsupportedPlatformError`].
pub use *;
pub use *;