46 releases (4 breaking)

new 0.6.4 Jan 3, 2025
0.6.3 Dec 26, 2024
0.5.8 Nov 23, 2024
0.4.9 Jul 26, 2024

#1508 in GUI

Download history 609/week @ 2024-09-13 596/week @ 2024-09-20 324/week @ 2024-09-27 342/week @ 2024-10-04 129/week @ 2024-10-11 330/week @ 2024-10-18 316/week @ 2024-10-25 573/week @ 2024-11-01 256/week @ 2024-11-08 250/week @ 2024-11-15 317/week @ 2024-11-22 233/week @ 2024-11-29 431/week @ 2024-12-06 103/week @ 2024-12-13 646/week @ 2024-12-20 107/week @ 2024-12-27

1,318 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
~355K SLoC