11 releases

new 0.4.0 May 19, 2024
0.3.1 May 12, 2024
0.2.7 Apr 26, 2024

#1013 in GUI

Download history 567/week @ 2024-04-07 429/week @ 2024-04-14 320/week @ 2024-04-21 45/week @ 2024-04-28 276/week @ 2024-05-05 231/week @ 2024-05-12

1,017 downloads per month
Used in 51 crates (27 directly)

Apache-2.0 OR MIT

600KB
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