insert file in zip

This commit is contained in:
Jean-Marie Mineau 2024-01-19 16:41:59 +01:00
parent 3f521b5754
commit 7b6a5980c8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 210 additions and 8 deletions

4
apk_frauder/src/error.rs Normal file
View file

@ -0,0 +1,4 @@
#[derive(Debug, PartialEq, Clone)]
pub enum Error {
NotCp437,
}