can-socket 0.3.5

no frills CAN sockets (synchronous or async with tokio)
Documentation
1
2
3
4
5
#[cfg(target_os = "linux")]
mod linux;

#[cfg(target_os = "linux")]
pub(crate) use linux::*;