relm4-macros 0.8.1

An idiomatic GUI library inspired by Elm and based on gtk4-rs
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits", "visit", "visit-mut"]
version = "2.0"
[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.trybuild]
version = "1.0.89"

[features]
default = ["relm4"]
relm4 = []

[lib]
proc-macro = true

[package]
authors = ["Aaron Erhardt <aaron.erhardt@t-online.de>"]
categories = ["gui"]
description = "An idiomatic GUI library inspired by Elm and based on gtk4-rs"
documentation = "https://docs.rs/relm4_macros/"
edition = "2021"
homepage = "https://relm4.org"
keywords = ["gui", "gtk", "gtk4", "elm", "view"]
license = "Apache-2.0 OR MIT"
name = "relm4-macros"
readme = "README.md"
repository = "https://github.com/Relm4/Relm4"
rust-version = "1.75"
version = "0.8.1"