Registry / utility / path-abs

path-abs

JSON →
library0.5.1rscratesunverified

Ergonomic paths and files in rust.

# Cargo.toml [dependencies] path_abs = "0.5.1"
INSTALL
IMPORT
SIG · PATH-ABS
P
path-abs
utilityrustv0.5.1
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.

PathAbs
use path_abs::PathAbs;

Create an absolute path from a relative one.

use path_abs::PathAbs; fn main() -> Result<(), Box<dyn std::error::Error>> { let path = PathAbs::new(".")?; println!("{}", path); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
path-abs — cargo add path-abs · libregistry