feat(server): add more package metadata tables

This commit is contained in:
Jef Roosens 2023-08-04 15:23:38 +02:00
parent 731ad37a2a
commit aef2c823e5
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
15 changed files with 466 additions and 8 deletions

View file

@ -39,7 +39,7 @@ pub enum ReadFormat {
Zip,
}
#[derive(Debug, PartialEq, Eq)]
#[derive(Debug, PartialEq, Eq, Clone)]
pub enum ReadFilter {
All,
Bzip2,

View file

@ -54,7 +54,7 @@ impl FileWriter {
self.handle_mut(),
&buf[written] as *const u8 as *const _,
buf_len - written,
)
)
} as isize;
// Negative values signal errors