39 releases

Uses new Rust 2024

new 0.6.1 Mar 19, 2025
0.5.16 Feb 10, 2025
0.5.12 Dec 24, 2024
0.5.9 Nov 3, 2024
0.5.0 Jul 26, 2024

#1052 in GUI

Download history 254/week @ 2024-11-29 485/week @ 2024-12-06 115/week @ 2024-12-13 678/week @ 2024-12-20 66/week @ 2024-12-27 307/week @ 2025-01-03 343/week @ 2025-01-10 501/week @ 2025-01-17 195/week @ 2025-01-24 141/week @ 2025-01-31 406/week @ 2025-02-07 139/week @ 2025-02-14 220/week @ 2025-02-21 62/week @ 2025-02-28 25/week @ 2025-03-07 240/week @ 2025-03-14

549 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

~5–16MB
~232K SLoC