51 releases

new 0.6.9 Feb 10, 2025
0.6.7 Jan 23, 2025
0.6.3 Dec 26, 2024
0.5.8 Nov 23, 2024
0.4.9 Jul 26, 2024

#1530 in GUI

Download history 343/week @ 2024-10-26 543/week @ 2024-11-02 258/week @ 2024-11-09 272/week @ 2024-11-16 325/week @ 2024-11-23 380/week @ 2024-11-30 276/week @ 2024-12-07 102/week @ 2024-12-14 690/week @ 2024-12-21 209/week @ 2024-12-28 149/week @ 2025-01-04 290/week @ 2025-01-11 538/week @ 2025-01-18 166/week @ 2025-01-25 279/week @ 2025-02-01 316/week @ 2025-02-08

1,313 downloads per month
Used in 42 crates (41 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

~8–22MB
~344K SLoC