can-socket 0.3.5

no frills CAN sockets (synchronous or async with tokio)
Documentation
1
2
3
4
//! Support for [`tokio`].

mod socket;
pub use socket::CanSocket;