37 releases

0.5.16 Feb 10, 2025
0.5.12 Dec 24, 2024
0.5.9 Nov 3, 2024
0.5.0 Jul 26, 2024

#1529 in GUI

Download history 288/week @ 2024-10-28 436/week @ 2024-11-04 169/week @ 2024-11-11 190/week @ 2024-11-18 157/week @ 2024-11-25 446/week @ 2024-12-02 243/week @ 2024-12-09 82/week @ 2024-12-16 687/week @ 2024-12-23 274/week @ 2024-12-30 318/week @ 2025-01-06 310/week @ 2025-01-13 402/week @ 2025-01-20 182/week @ 2025-01-27 65/week @ 2025-02-03 418/week @ 2025-02-10

1,116 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
~220K SLoC