1 unstable release

new 0.1.0 Jan 24, 2025

#544 in Procedural macros

Download history 109/week @ 2025-01-22

109 downloads per month
Used in 2 crates (via makepad_gen_plugin)

MIT license

19KB
500 lines

README

GenUI plugin analyzer and generator

See: GenUI Book

See: GenUI


lib.rs:

Plugin transform module

this module is responsible for transforming the plugin into a token in GenUI framework. If you write a GenUI plugin, you need to use this module to connect your plugin to the GenUI framework.

Example

After you write a network plugin, you need to define a token.toml file in the root of your plugin.

[plugin]
name = "network-http"
category = "network"

[macros]
http_get = { category = "prop_macro"}

Dependencies

~3–11MB
~119K SLoC