fui_macros 0.4.0

Macros for FUI UI Framework
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.typed-builder]
version = "0.18"

[dev-dependencies.typemap]
version = "0.3"

[lib]
proc-macro = true

[package]
authors = ["Marek Gibek <marek-dev@yandex.com>"]
categories = ["gui"]
description = "Macros for FUI UI Framework"
documentation = "https://docs.rs/fui_macros"
edition = "2021"
keywords = ["gui", "ui", "framework", "mvvm", "widgets"]
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
name = "fui_macros"
readme = "README.md"
repository = "https://github.com/marek-g/rust-fui"
resolver = "1"
version = "0.4.0"