21 unstable releases (3 breaking)

new 0.5.0 Jul 26, 2024
0.4.9 Jul 18, 2024
0.4.5 Jun 20, 2024
0.4.1 May 31, 2024
0.2.7 Apr 26, 2024

#1161 in GUI

Download history 366/week @ 2024-04-04 476/week @ 2024-04-11 274/week @ 2024-04-18 236/week @ 2024-04-25 273/week @ 2024-05-02 209/week @ 2024-05-09 490/week @ 2024-05-16 253/week @ 2024-05-23 651/week @ 2024-05-30 642/week @ 2024-06-06 291/week @ 2024-06-13 505/week @ 2024-06-20 137/week @ 2024-06-27 686/week @ 2024-07-04 677/week @ 2024-07-11 419/week @ 2024-07-18

1,980 downloads per month
Used in 53 crates (30 directly)

Apache-2.0 OR MIT

605KB
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–16MB
~204K SLoC