blob: 7e9b48c9ae3fd29fd608dcf20c61c8e9c37e1052 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-combine-pathf-metadata"
name = "Pathfinder + Metadata"
icon = "🧭"
category = "advanced"
desc = """
Combines the `pathf` feature with entry metadata. The metadata `DataType` and the entry `BindType` are defined inside a submodule, and `pathf` resolves them for `gen_program!()` at build time.
"""
tags = ["pathf", "metadata"]
files = ["src/main.rs", "src/sub/mod.rs", "Cargo.toml"]
|