zng-var

Crates.iozng-var
lib.rszng-var
version0.8.2
created_at2024-04-07 17:07:04.531644+00
updated_at2025-08-29 21:13:38.128178+00
descriptionPart of the zng project.
homepage
repositoryhttps://github.com/zng-ui/zng
max_upload_size
id1199324
size370,710
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 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.

Commit count: 7930

cargo fmt