Cargo Features

[dependencies]
ev3dev-lang-rust = { version = "0.14.0", default-features = false, features = ["screen", "override-driver-path", "ev3", "brickpi3"] }
default = ev3

The ev3 feature is set by default whenever ev3dev-lang-rust is added without default-features = false somewhere in the dependency tree.

screen = framebuffer, image

Affects screen::Screen

override-driver-path

Affects driver::DRIVER_PATH

ev3 default
brickpi brickpi3

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.

framebuffer screen?
image screen?

Enables image ^0.24