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~inptodirs::home_dir.