25 releases

new 0.4.9 Jul 26, 2024
0.4.8 Jul 18, 2024
0.4.2 Jun 20, 2024
0.3.6 Jun 8, 2024
0.2.9 Apr 26, 2024

#1311 in GUI

Download history 254/week @ 2024-04-04 518/week @ 2024-04-11 268/week @ 2024-04-18 197/week @ 2024-04-25 229/week @ 2024-05-02 182/week @ 2024-05-09 468/week @ 2024-05-16 135/week @ 2024-05-23 452/week @ 2024-05-30 659/week @ 2024-06-06 250/week @ 2024-06-13 454/week @ 2024-06-20 82/week @ 2024-06-27 600/week @ 2024-07-04 703/week @ 2024-07-11 344/week @ 2024-07-18

1,776 downloads per month
Used in 40 crates (39 directly)

Apache-2.0 OR MIT

3MB
57K 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–26MB
~358K SLoC