Registry / utility / find-folder

find-folder

JSON →
library0.3.0rscratesunverified

A simple tool for finding the absolute path to a folder with a given name.

# Cargo.toml [dependencies] find_folder = "0.3.0"
INSTALL
IMPORT
SIG · FIND-FOLDER
F
find-folder
utilityrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Search
use find_folder::Search;

Searches for a folder named 'target' in parent and child directories.

use find_folder::Search; fn main() { let folder = Search::ParentsThenKids(3, 3) .for_folder("target") .unwrap(); println!("Found: {:?}", folder); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
find-folder — cargo add find-folder · libregistry