Function reg_index::init

source ·
pub fn init(
    path: impl AsRef<Path>,
    dl: &str,
    api: Option<&str>
) -> Result<(), Error>
Expand description

Initialize a new registry index.

See IndexConfig for a description of the dl and api parameters.