Crates.io | zng-wgt-stack |
lib.rs | zng-wgt-stack |
version | 0.3.30 |
source | src |
created_at | 2024-04-08 01:30:40.113588 |
updated_at | 2024-11-10 01:01:57.467823 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199685 |
size | 40,134 |
This crate is part of the zng
project.
This crate provides 2 feature flags, 1 enabled by default.
"debug_default"
Enables the "dyn_closure"
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.