aboutsummaryrefslogtreecommitdiff
path: root/docs/example-pages/examples.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/example-pages/examples.json')
-rw-r--r--docs/example-pages/examples.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json
index f3484f3..a9af210 100644
--- a/docs/example-pages/examples.json
+++ b/docs/example-pages/examples.json
@@ -250,6 +250,24 @@
]
},
{
+ "id": "example-pathfinder",
+ "name": "Module Pathfinder",
+ "icon": "🧭",
+ "category": "advanced",
+ "desc": "Demonstrates the `pathf` feature, which automatically resolves type module paths at build time. Types can be defined in submodules without explicit `use` in the main module.\n",
+ "tags": [
+ "pathf",
+ "build.rs",
+ "architecture"
+ ],
+ "files": [
+ "Cargo.toml",
+ "build.rs",
+ "src/main.rs",
+ "src/sub/mod.rs"
+ ]
+ },
+ {
"id": "example-repl-basic",
"name": "REPL Basic",
"icon": "🔁",