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 wheneverzng-view-api
is added without
somewhere in the dependency tree.default-features = false - 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