Cargo Features

[dependencies]
zng-view-api = { version = "0.10.4", default-features = false, features = ["ipc", "var"] }
default = ipc

The ipc feature is set by default whenever zng-view-api is added without default-features = false somewhere in the dependency tree.

ipc default

Enables creation of separate or pre-build view.

Only enables in cfg(not(any(target_os = "android", target_arch = "wasm32", target_os = "ios"))) builds.

Enables ipc-channel

var

Implement IntoVar<T> for API types.

Enables zng-var