11 releases

new 0.3.2 May 19, 2024
0.3.1 May 12, 2024
0.2.9 Apr 26, 2024

#1214 in GUI

Download history 411/week @ 2024-04-06 377/week @ 2024-04-13 385/week @ 2024-04-20 71/week @ 2024-04-27 228/week @ 2024-05-04 173/week @ 2024-05-11

870 downloads per month
Used in 34 crates (33 directly)

Apache-2.0 OR MIT

3MB
56K SLoC

This crate is part of the zng project.

Cargo Features

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

"debug_default"

Signal the build script to enable the "dyn_*", "inspector" and "trace_widget" 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.

"http"

Enable web tasks.


lib.rs:

Basic widget properties and helpers for declaring widgets and properties.

Widget Instantiation

See enable_widget_macros! if you want to instantiate widgets without depending on the zng crate.

Crate

Dependencies

~9–22MB
~321K SLoC