41 releases

new 0.3.32 Nov 23, 2024
0.3.27 Oct 26, 2024
0.3.16 Jul 26, 2024

#1478 in GUI

Download history 17/week @ 2024-08-04 304/week @ 2024-08-11 258/week @ 2024-08-18 75/week @ 2024-08-25 220/week @ 2024-09-01 368/week @ 2024-09-08 487/week @ 2024-09-15 355/week @ 2024-09-22 337/week @ 2024-09-29 124/week @ 2024-10-06 182/week @ 2024-10-13 172/week @ 2024-10-20 143/week @ 2024-10-27 357/week @ 2024-11-03 178/week @ 2024-11-10 233/week @ 2024-11-17

1,009 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–22MB
~323K SLoC