blob: 6cf42e33612c8aece9a2e6f734e904a078f1682e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
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.
"""
tags = ["pathf", "architecture"]
files = [ "Cargo.toml", "src/main.rs", "src/sub/mod.rs"]
|