10 releases

new 0.3.1 May 12, 2024
0.3.0 May 5, 2024
0.2.7 Apr 26, 2024

#1027 in GUI

Download history 133/week @ 2024-04-01 512/week @ 2024-04-08 459/week @ 2024-04-15 220/week @ 2024-04-22 266/week @ 2024-04-29 209/week @ 2024-05-06

1,232 downloads per month
Used in 50 crates (26 directly)

Apache-2.0 OR MIT

595KB
14K SLoC

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.


lib.rs:

Batch updated variables in an app context.

Crate

Dependencies

~5–11MB
~109K SLoC