Registry / other / relm
library0.24.1rscratesunverified

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

# Cargo.toml [dependencies] relm = "0.24.1"
INSTALL
IMPORT
SIG · RELM
R
relm
otherrustv0.24.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Widget
use relm::Widget;

Create a GTK+ GUI application with Elm-like architecture.

use relm::Widget; fn main() { // Define a widget and run the app relm::run::<MyWidget>().unwrap(); }
Debug
Known issues
gotchaRequires GTK+ development libraries.
fix
Install GTK+3 development packages (e.g., libgtk-3-dev on Debian).
affects: >=0.24.0
Upgrade
Version history
0.24.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
relm — cargo add relm · libregistry