zng-var

Crates.iozng-var
lib.rszng-var
version0.4.7
sourcesrc
created_at2024-04-07 17:07:04.531644
updated_at2024-07-12 16:21:06.859701
descriptionPart of the zng project.
homepage
repositoryhttps://github.com/zng-ui/zng
max_upload_size
id1199324
size367,324
owners (github:zng-ui:owners)

documentation

https://zng-ui.github.io/doc/zng_var

README

This crate is part of the zng project.

Cargo Features

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.

Commit count: 7931

cargo fmt