Would be good if there was no println or used eprintln for critical errors.
As for now when zipping it seems to log this. Would it be possible to at least remove this?
|
println!( |
|
"central_directory_offset {:?} {:0X}", |
|
central_directory_offset, central_directory_offset |
|
); |
Would be good if there was no println or used eprintln for critical errors.
As for now when zipping it seems to log this. Would it be possible to at least remove this?
archflow/src/compress/std/archive.rs
Lines 234 to 237 in cba2d93