38 releases

new 0.5.5 Nov 4, 2024
0.5.3 Oct 26, 2024
0.4.9 Jul 26, 2024

#1440 in GUI

Download history 437/week @ 2024-07-17 474/week @ 2024-07-24 171/week @ 2024-07-31 96/week @ 2024-08-07 626/week @ 2024-08-14 337/week @ 2024-08-21 416/week @ 2024-08-28 515/week @ 2024-09-04 528/week @ 2024-09-11 547/week @ 2024-09-18 442/week @ 2024-09-25 358/week @ 2024-10-02 139/week @ 2024-10-09 321/week @ 2024-10-16 322/week @ 2024-10-23 534/week @ 2024-10-30

1,356 downloads per month
Used in 41 crates (40 directly)

Apache-2.0 OR MIT

3MB
58K 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–23MB
~352K SLoC