pub fn default_dist_dir(release: bool) -> &'static Utf8Path
Expand description

Get the default dist directory.

The default for debug build is target/debug/dist and target/release/dist for the release build.