diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/example-pages/examples.json | 18 |
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": "🔁", |
