Registry / other / relm4-components

relm4-components

JSON →
library0.11.0rscratesunverified

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

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

OpenButton
use relm4_components::open_button::OpenButton;

Create a simple open file button component.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
relm4-components — cargo add relm4-components · libregistry