Registry / utility / simpath

simpath

JSON →
library2.5.0rscratesunverified

Search for files on a path defined in an environment variable.

# Cargo.toml [dependencies] simpath = "2.5.0"
INSTALL
IMPORT
SIG · SIMPATH
S
simpath
utilityrustv2.5.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.

Searcher
use simpath::Searcher;

Search for a file using an environment variable path.

use simpath::Searcher; fn main() { let searcher = Searcher::new("MY_PATH"); if let Some(path) = searcher.find("config.toml") { println!("Found: {:?}", path); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
simpath — cargo add simpath · libregistry