31 releases

new 0.5.10 Dec 6, 2024
0.5.9 Nov 3, 2024
0.5.8 Oct 26, 2024
0.5.0 Jul 26, 2024

#1497 in GUI

Download history 311/week @ 2024-08-18 259/week @ 2024-08-25 411/week @ 2024-09-01 495/week @ 2024-09-08 734/week @ 2024-09-15 369/week @ 2024-09-22 411/week @ 2024-09-29 158/week @ 2024-10-06 299/week @ 2024-10-13 313/week @ 2024-10-20 205/week @ 2024-10-27 508/week @ 2024-11-03 177/week @ 2024-11-10 263/week @ 2024-11-17 181/week @ 2024-11-24 354/week @ 2024-12-01

996 downloads per month
Used in 56 crates (32 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

~4–16MB
~222K SLoC