blob: 41e543f3c9381428ebb17c3638d2efc138279ea0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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"]
|