30 releases

0.5.9 Nov 3, 2024
0.5.6 Sep 21, 2024
0.5.0 Jul 26, 2024

#1458 in GUI

Download history 404/week @ 2024-07-29 227/week @ 2024-08-05 725/week @ 2024-08-12 288/week @ 2024-08-19 268/week @ 2024-08-26 598/week @ 2024-09-02 435/week @ 2024-09-09 650/week @ 2024-09-16 371/week @ 2024-09-23 293/week @ 2024-09-30 155/week @ 2024-10-07 328/week @ 2024-10-14 378/week @ 2024-10-21 288/week @ 2024-10-28 436/week @ 2024-11-04 169/week @ 2024-11-11

1,306 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–15MB
~216K SLoC