Crates.io | zng-wgt |
lib.rs | zng-wgt |
version | 0.5.6 |
source | src |
created_at | 2024-04-07 21:05:18.588813 |
updated_at | 2024-11-10 00:56:41.136247 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199543 |
size | 179,282 |
This crate is part of the zng
project.
This crate provides 3 feature flags, 1 enabled by default.
"debug_default"
Signal the build script to enable the "dyn_*"
, "inspector"
and "trace_widget"
features in debug builds.
Enabled by default.
"dyn_closure"
Box closures at opportune places, such as Var::map
, reducing the number of monomorphised types.
This speeds-up compilation time at the cost of runtime.
"http"
Enable web tasks.