42 releases (4 breaking)

new 0.6.0 Dec 6, 2024
0.5.8 Nov 23, 2024
0.5.3 Oct 26, 2024
0.4.9 Jul 26, 2024

#1480 in GUI

Download history 367/week @ 2024-08-18 222/week @ 2024-08-25 367/week @ 2024-09-01 565/week @ 2024-09-08 720/week @ 2024-09-15 438/week @ 2024-09-22 494/week @ 2024-09-29 203/week @ 2024-10-06 275/week @ 2024-10-13 276/week @ 2024-10-20 195/week @ 2024-10-27 557/week @ 2024-11-03 264/week @ 2024-11-10 393/week @ 2024-11-17 242/week @ 2024-11-24 309/week @ 2024-12-01

1,227 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

~9–23MB
~360K SLoC