Cargo Features

MDIO has no features set by default.

[dependencies]
mdio = { version = "0.1.2", features = ["bitbang"] }
bitbang = embedded-hal, nb

Affects mdio::bb

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.

embedded-hal bitbang?

Enables embedded-hal ^0.2.4

nb bitbang?