Merge branch 'efyang-master'
This commit is contained in:
commit
18fb1fb0c0
1 changed files with 4 additions and 0 deletions
|
@ -338,6 +338,10 @@ impl<'a> ZipFile<'a> {
|
|||
_ => None,
|
||||
}
|
||||
}
|
||||
/// Get the CRC32 hash of the original file
|
||||
pub fn crc32(&self) -> u32 {
|
||||
self.data.crc32
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> Read for ZipFile<'a> {
|
||||
|
|
Loading…
Add table
Reference in a new issue