pub fn open( rust_libs_root: impl AsRef<Path>, name: &str, crates_io_registry_token: impl AsRef<str>, ) -> Result<Lib>
Opens an existing library, migrating a valid legacy flat repository when needed.