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

#1529 in GUI

Download history 554/week @ 2024-09-21 320/week @ 2024-09-28 215/week @ 2024-10-05 129/week @ 2024-10-12 363/week @ 2024-10-19 378/week @ 2024-10-26 492/week @ 2024-11-02 167/week @ 2024-11-09 191/week @ 2024-11-16 211/week @ 2024-11-23 430/week @ 2024-11-30 295/week @ 2024-12-07 124/week @ 2024-12-14 672/week @ 2024-12-21 225/week @ 2024-12-28 145/week @ 2025-01-04

1,189 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
~229K SLoC