41 releases

Uses new Rust 2024

new 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

#1227 in GUI

Download history 185/week @ 2025-01-29 319/week @ 2025-02-05 230/week @ 2025-02-12 148/week @ 2025-02-19 127/week @ 2025-02-26 25/week @ 2025-03-05 43/week @ 2025-03-12 292/week @ 2025-03-19 43/week @ 2025-03-26 120/week @ 2025-04-02 64/week @ 2025-04-09 125/week @ 2025-04-16 138/week @ 2025-04-23 63/week @ 2025-04-30 332/week @ 2025-05-07 379/week @ 2025-05-14

939 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
~230K SLoC