Cargo Features

OpenDRIVE has no features set by default.

[dependencies]
opendrive = { version = "0.1.0+1.7.0", features = ["workaround-sumo", "fuzzing", "workaround-sumo-issue-10301", "workaround-sumo-roadmark-missing-color"] }
workaround-sumo = workaround-sumo-issue-10301, workaround-sumo…missing-color
fuzzing = arbitrary

Affects opendrive::fuzzing

workaround-sumo-issue-10301 workaround-sumo?

SUMO ISSUE: paramPoly3.pRange missing in OpenDRIVE export WORKAROUND: assume ParamPoly3pRange::Normalized https://github.com/eclipse/sumo/issues/10301

workaround-sumo-roadmark-missing-color workaround-sumo?

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.

arbitrary fuzzing?