Registry / utility / camino

camino

JSON →
library1.2.2rscratesunverified

UTF-8 paths for Rust, providing a type-safe way to handle Unicode file paths.

# Cargo.toml [dependencies] camino = "1.2.2"
INSTALL
IMPORT
SIG · CAMINO
C
camino
utilityrustv1.2.2
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.

Utf8Path
use camino::Utf8Path;

Creates a UTF-8 path and prints its parent directory.

use camino::Utf8Path; fn main() { let path = Utf8Path::new("/some/utf8/path"); println!("Parent: {:?}", path.parent()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
camino — cargo add camino · libregistry