socketcan 1.7.0

Linux SocketCAN library. Send and receive CAN frames via CAN bus on Linux.
Documentation
1
2
3
4
5
6
7
8
9
Rust SocketCAN support
======================

The Linux kernel supports using CAN-devices through a network-like API
(see https://www.kernel.org/doc/Documentation/networking/can.txt). This
crate allows easy access to this functionality without having to wrestle
libc calls.

Please see the [documentation](https://docs.rs/socketcan) for details.