relm 0.6.1

Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust
Documentation

Asynchronous GUI library based on GTK+ and futures/tokio.

This library provides a Widget trait that you can use to create asynchronous GUI components. This is the trait you will need to implement for your application. It helps you to implement MVC (Model, View, Controller) in an elegant way.

Installation

Add this to your Cargo.toml:

[dependencies]
gtk = "^0.1.2"
relm = "^0.5.0"
relm-derive = "^0.1.2"

More info can be found in the readme.