Function cargo_test_support::registry::dl_path
source · fn dl_path() -> PathBuf
Expand description
Gets the path where crates can be downloaded using the web API endpoint. Crates
should be organized as {name}/{version}/download
to match the web API
endpoint. This is rarely used and must be manually set up.