Crates.io | zng-var |
lib.rs | zng-var |
version | 0.8.2 |
created_at | 2024-04-07 17:07:04.531644+00 |
updated_at | 2025-08-29 21:13:38.128178+00 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199324 |
size | 370,710 |
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 more features in debug builds.
Enabled by default.
"type_names"
Add value_type_name
method to get the diagnostics type name from variable values.
"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.