41 releases

Uses new Rust 2024

0.7.1 May 18, 2025
0.6.2 May 9, 2025
0.6.1 Mar 19, 2025
0.5.12 Dec 24, 2024
0.5.0 Jul 26, 2024

#1218 in GUI

Download history 399/week @ 2025-02-08 123/week @ 2025-02-15 222/week @ 2025-02-22 58/week @ 2025-03-01 26/week @ 2025-03-08 264/week @ 2025-03-15 71/week @ 2025-03-22 57/week @ 2025-03-29 131/week @ 2025-04-05 52/week @ 2025-04-12 135/week @ 2025-04-19 136/week @ 2025-04-26 203/week @ 2025-05-03 186/week @ 2025-05-10 385/week @ 2025-05-17 76/week @ 2025-05-24

859 downloads per month
Used in 56 crates (32 directly)

Apache-2.0 OR MIT

610KB
14K SLoC

Batch updated variables in an app context.

Crate


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.

Dependencies

~5–16MB
~229K SLoC