Cargo Features

[dependencies]
ipp-sys = { version = "0.4.5", default-features = false, features = ["do-linking", "2017", "2018", "2019"] }
default = do-linking

The do-linking feature is set by default whenever ipp-sys is added without default-features = false somewhere in the dependency tree.

do-linking default = link-ippcore, link-ippcv, link-ippi, link-ipps, link-ippvm
2017

Enables 2017 of ipp-headers-sys

2018

Enables 2018 of ipp-headers-sys

2019

Enables 2019 of ipp-headers-sys

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.