blob: 76c170005e7e52bcdfda1fc42d660241b3f06b20 (
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", "build.rs"]
files = ["src/main.rs", "src/sub/mod.rs", "build.rs", "Cargo.toml"]
|