relm 0.15.2

Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust
Documentation
1
2
3
4
= Frequently Asked Questions

Why does a widget seem unresponsive/does not respond to events?:: This can happen if you do not keep the component representing the widget.
When a component is dropped, its communication channel is closed so that any message sent will be ignored.