Registry / other / relm4
library0.11.0rscratesunverified

An idiomatic GUI library inspired by Elm and based on gtk4-rs.

# Cargo.toml [dependencies] relm4 = "0.11.0"
INSTALL
IMPORT
SIG · RELM4
R
relm4
otherrustv0.11.0
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.

RelmApp
use relm4::RelmApp;

Create and run a Relm4 application.

use relm4::RelmApp; fn main() { let app = RelmApp::new("com.example.app"); app.run(); }
Debug
Known issues
gotchaRequires GTK4 and related system libraries to be installed.
fix
Install GTK4 development packages (e.g., libgtk-4-dev on Debian).
affects: >=0.1.0
Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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