socketcan 3.3.0

Linux SocketCAN library. Send and receive CAN frames via CANbus on Linux.
Documentation

socketcan

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 4 of them enabled by default.

default

  • netlink
  • dump
  • neli

dump

    This feature flag does not enable additional features.

neli

  • dep:neli

tokio

  • dep:tokio
  • mio
  • futures

async-std

  • dep:async-std
  • dep:async-io

utils

  • clap
  • anyhow

mio

  • dep:mio

clap

  • dep:clap

anyhow

  • dep:anyhow

smol

  • dep:smol

vcan_tests

  • netlink

futures

  • dep:futures
  • netlink