ipp-sys 0.4.5

toplevel convenience crate (part of ipp-sys Intel IPP bindings)
Documentation
[dependencies.ipp-headers-sys]
version = "0.4.3"

[dependencies.link-ippcore]
optional = true
version = "0.1.1"

[dependencies.link-ippcv]
optional = true
version = "0.1.2"

[dependencies.link-ippi]
optional = true
version = "0.1.2"

[dependencies.link-ipps]
optional = true
version = "0.1.2"

[dependencies.link-ippvm]
optional = true
version = "0.1.0"

[features]
2017 = ["ipp-headers-sys/2017"]
2018 = ["ipp-headers-sys/2018"]
2019 = ["ipp-headers-sys/2019"]
default = ["do-linking"]
do-linking = ["link-ippcore", "link-ippcv", "link-ippi", "link-ipps", "link-ippvm"]

[package]
authors = ["Andrew Straw <strawman@astraw.com>"]
categories = ["external-ffi-bindings"]
description = "toplevel convenience crate (part of ipp-sys Intel IPP bindings)"
edition = "2018"
license = "MIT/Apache-2.0"
name = "ipp-sys"
readme = "README.md"
repository = "https://github.com/astraw/ipp-sys"
version = "0.4.5"

[package.metadata.docs.rs]
features = ["2019"]
no-default-features = true