35 releases

new 0.5.14 Jan 11, 2025
0.5.12 Dec 24, 2024
0.5.9 Nov 3, 2024
0.5.0 Jul 26, 2024

#1532 in GUI

Download history 386/week @ 2024-09-25 259/week @ 2024-10-02 130/week @ 2024-10-09 353/week @ 2024-10-16 352/week @ 2024-10-23 517/week @ 2024-10-30 205/week @ 2024-11-06 156/week @ 2024-11-13 186/week @ 2024-11-20 247/week @ 2024-11-27 461/week @ 2024-12-04 159/week @ 2024-12-11 287/week @ 2024-12-18 453/week @ 2024-12-25 314/week @ 2025-01-01 333/week @ 2025-01-08

1,394 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
~221K SLoC