Registry / utility / path-slash

path-slash

JSON →
library0.2.1rscratesunverified

Conversion to/from a file path from/to slash path.

# Cargo.toml [dependencies] path-slash = "0.2.1"
INSTALL
IMPORT
SIG · PATH-SLASH
P
path-slash
utilityrustv0.2.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.

PathExt
use path_slash::PathExt;

Convert a slash-separated path to the native OS path format.

use path_slash::PathExt; let path = std::path::Path::new("foo/bar"); let native = path.to_slash_lossy(); println!("{}", native);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
path-slash — cargo add path-slash · libregistry