Cargo Features

[dependencies]
cudarse-npp-sys = { version = "0.1.0", default-features = false, features = ["static", "ial", "icc", "idei", "if", "ig", "ist", "isu"] }
default = static

The static feature is set by default whenever cudarse-npp-sys is added without default-features = false somewhere in the dependency tree.

static default

Static linking against cuda libraries

ial

Image Arithmetic and Logical operations

icc

Image color conversion

idei

Image data exchange and initialization

if

Image filtering

ig

Image geometric transforms (resize, transforms)

ist

Image statistics

isu

Image support functions (malloc & free)