Skip to main content

Module paths

Module paths 

Source
Expand description

Path utilities (tilde expansion). Public so the manifest factory in the CLI can apply the same expansion to node.path that cargo_install already applies to install_to. Path utilities shared by every action and by the manifest factory.

Currently exposes a single helper, expand_tilde, because the rest of the codebase relies on std::path::PathBuf directly.

Functionsยง

expand_tilde
Expand a leading ~/ or bare ~ in p to dirs::home_dir.