transit_model
transit_model copied to clipboard
NTFS - refacto of the write_to_zip
In the ntfs module, in mod.rs, the function write_to_zip is writing ntfs files in a temp_dir, and then creating a zip with all the temp files.
Is it possible to write into the zip file straight away ?