Serve files

This commit is contained in:
Pascal Engélibert 2026-07-25 19:57:43 +02:00
commit ca52201880
4 changed files with 125 additions and 41 deletions

View file

@ -188,6 +188,7 @@ impl<'a> Iterator for RepoMetadataIter<'a> {
return Some(Err(ReadRepoMetadataError::InvalidFormat));
};
self.offset += 48 + file_path_len;
Some(Ok(RepoMetadataEntry { file_path, hash }))
}
}