diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-20 01:30:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-20 01:30:10 +0800 |
| commit | d3177c386d739a3dc0e06890ad8f14713ef44ee0 (patch) | |
| tree | 98193b025812ee13b1f0f0bb38e1d58fd2558f3d /examples/example-outside-type/page.toml | |
| parent | 9d491352d161ee629cc47459537344ba0ea4bb35 (diff) | |
Add `group!` macro for registering external types
Diffstat (limited to 'examples/example-outside-type/page.toml')
| -rw-r--r-- | examples/example-outside-type/page.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-outside-type/page.toml b/examples/example-outside-type/page.toml new file mode 100644 index 0000000..41e543f --- /dev/null +++ b/examples/example-outside-type/page.toml @@ -0,0 +1,10 @@ +[example] +id = "example-outside-type" +name = "Outside Type" +icon = "🆕" +category = "advanced" +desc = """ +Demonstrates how to use the `group!()` macro to convert an external type into a type recognizable by Mingling +""" +tags = ["group!", "extra_macros"] +files = ["src/main.rs", "Cargo.toml"] |
