Function cargo::ops::install [] [src]

pub fn install(
    root: Option<&str>,
    krate: Option<&str>,
    source_id: &SourceId,
    vers: Option<&str>,
    opts: &CompileOptions,
    force: bool
) -> CargoResult<()>