Crates.io | zng-var |
lib.rs | zng-var |
version | 0.5.9 |
source | src |
created_at | 2024-04-07 17:07:04.531644 |
updated_at | 2024-11-03 12:14:46.211433 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199324 |
size | 368,236 |
This crate is part of the zng
project.
This crate provides 2 feature flags, 1 enabled by default.
"debug_default"
Signal the build script to enable the "dyn_*"
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.