Crates.io | zng-view-api |
lib.rs | zng-view-api |
version | 0.14.2 |
created_at | 2024-04-07 17:28:42.730858+00 |
updated_at | 2025-08-29 21:14:53.375071+00 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199345 |
size | 407,929 |
This crate is part of the zng
project.
This crate provides 2 feature flags, 1 enabled by default.
"ipc"
Enables creation of separate or pre-build view.
Only enables in cfg(not(any(target_os = "android", target_arch = "wasm32", target_os = "ios")))
builds.
Enabled by default.
"var"
Implement IntoVar<T>
for API types.