Cargo Features

velodyne-lidar has no features set by default.

[dependencies]
velodyne-lidar = { version = "0.2.0", features = ["full", "parallel", "docs-rs"] }
full docs-rs? = nmea, parallel, pcap
parallel full? = rayon

Affects velodyne-lidar::par_iter

docs-rs = full

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

nmea full?

Enables nmea ^0.5.0

pcap full?

Enables pcap ^1.1.0

Affects par_iter::pcap

rayon parallel?