compo-macros 0.1.2

Compo is a general-purpose declarative and reactive component framework designed for single-threaded asynchronous execution, offering high performance and safety guarantees. Suitable for GUI scenarios or other similar non-GUI component systems.
Documentation
[dependencies]

[lib]
name = "compo_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["SmileSky <mzdk100@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "gui", "rust-patterns"]
description = """
Compo is a general-purpose declarative and reactive component framework designed for single-threaded asynchronous execution, offering high performance and safety guarantees.\r
Suitable for GUI scenarios or other similar non-GUI component systems.\r
"""
edition = "2024"
keywords = ["component", "reactive", "declarative", "async", "framework"]
license = "Apache-2.0"
name = "compo-macros"
readme = "README.md"
repository = "https://github.com/mzdk100/compo.git"
version = "0.1.2"