can_socket/tokio/
mod.rs

1//! Support for [`tokio`].
2
3mod socket;
4pub use socket::CanSocket;