Registry / utility / typed-path

typed-path

JSON →
library0.12.3rscratesunverified

Provides typed variants of Path and PathBuf for Unix and Windows, ensuring platform-specific path handling at compile time.

# Cargo.toml [dependencies] typed-path = "0.12.3"
INSTALL
IMPORT
SIG · TYPED-PATH
T
typed-path
utilityrustv0.12.3
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.

UnixPathBuf
use typed_path::UnixPathBuf;

Creates a Unix-specific path buffer using typed-path.

use typed_path::UnixPathBuf; fn main() { let path = UnixPathBuf::from("/home/user/file.txt"); println!("Path: {:?}", path); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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