pub fn open( rust_bins_root: impl AsRef<Path>, name: &str, object_store: Arc<dyn ObjectStore>, ) -> Result<Lib>
Opens an existing binary, migrating a valid legacy flat repository when needed.