pub fn find_flodl_src(explicit: Option<&str>) -> Option<PathBuf>Expand description
Find the flodl source directory. Checks (in order):
- Explicit path from –path flag
- ./flodl/src/ (dev checkout, walk up to 5 levels)
- Cargo registry (~/.cargo/registry/src//flodl-/src/)
- Cached download (
~/.flodl/api-ref-cache/<tag>/) - Download from latest GitHub release (cached for next time)