10 releases

new 0.4.1 May 12, 2024
0.4.0 May 5, 2024
0.3.0 Apr 26, 2024
0.2.8 Apr 20, 2024

#1195 in GUI

Download history 454/week @ 2024-04-08 544/week @ 2024-04-15 150/week @ 2024-04-22 175/week @ 2024-04-29 164/week @ 2024-05-06

1,051 downloads per month
Used in 17 crates (8 directly)

Apache-2.0 OR MIT

3.5MB
64K 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:

Scroll widgets, properties and nodes.

Crate

Dependencies

~12–24MB
~354K SLoC