38 releases

new 0.3.29 Nov 4, 2024
0.3.27 Oct 26, 2024
0.3.16 Jul 26, 2024

#1454 in GUI

Download history 213/week @ 2024-07-15 159/week @ 2024-07-22 307/week @ 2024-07-29 14/week @ 2024-08-05 392/week @ 2024-08-12 197/week @ 2024-08-19 76/week @ 2024-08-26 406/week @ 2024-09-02 278/week @ 2024-09-09 546/week @ 2024-09-16 233/week @ 2024-09-23 314/week @ 2024-09-30 93/week @ 2024-10-07 209/week @ 2024-10-14 227/week @ 2024-10-21 147/week @ 2024-10-28

714 downloads per month
Used in 11 crates (9 directly)

Apache-2.0 OR MIT

2.5MB
48K SLoC

This crate is part of the zng project.

Cargo Features

This crate provides 2 feature flags, 1 enabled by default.

"debug_default"

Enables the "dyn_closure" 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:

Stack widgets, properties and nodes.

Crate

Dependencies

~10–23MB
~325K SLoC