Registry / utility / filepath

filepath

JSON →
library0.2.0rscratesunverified

Get the filesystem path of a file.

# Cargo.toml [dependencies] filepath = "0.2.0"
INSTALL
IMPORT
SIG · FILEPATH
F
filepath
utilityrustv0.2.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.

filepath
use filepath::filepath;

Retrieves the filesystem path of a given file.

use filepath::filepath; fn main() { let path = filepath("example.txt"); println!("{:?}", path); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filepath — cargo add filepath · libregistry