Crates.io | zng-wgt-scroll |
lib.rs | zng-wgt-scroll |
version | 0.4.32 |
source | src |
created_at | 2024-04-08 02:51:37.446376 |
updated_at | 2024-11-10 01:25:09.895798 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199715 |
size | 215,069 |
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.