pub fn run(
publications_root: impl AsRef<Path>,
object_store: &dyn ObjectStore,
name: &str,
version_selector: &str,
request: &RunRequest,
timeout: Option<Duration>,
) -> Result<RunResult>Expand description
Resolves and executes a locally published binary.
version_selector follows the Web-library convention: v1.2.3 is exact,
while unprefixed and abbreviated selectors are Cargo-compatible
requirements. None uses DEFAULT_RUN_TIMEOUT.