41 releases

new 0.5.8 Nov 23, 2024
0.5.3 Oct 26, 2024
0.4.9 Jul 26, 2024

#1451 in GUI

Download history 153/week @ 2024-08-03 323/week @ 2024-08-10 539/week @ 2024-08-17 195/week @ 2024-08-24 412/week @ 2024-08-31 541/week @ 2024-09-07 577/week @ 2024-09-14 591/week @ 2024-09-21 339/week @ 2024-09-28 324/week @ 2024-10-05 127/week @ 2024-10-12 330/week @ 2024-10-19 343/week @ 2024-10-26 543/week @ 2024-11-02 258/week @ 2024-11-09 263/week @ 2024-11-16

1,411 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
~361K SLoC