Are the Archive libraries pure Rust? #946
d5364t54ytfr4
started this conversation in
General
Replies: 1 comment
-
|
Its mostly rust but with some exceptions: Pure Rust: C / C++ backed: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for pure Rust alternative to 7-Zip due to worries about security exploits in C, C++ software. I know that this only supports a few formats, but that doesn't matter. Most Archives online are .7z, .zip, .rar. Since these are supported, it'll do for most stuff. If these aren't I can always use 7-Zip as a fall back..
Reason: I notice that when I download Roms many sites, 7-Zip show a warning that some data is left at the end of Archive. I'm worried these may be using exploits in 7-Zip.
So, my question is are all the libraries uses for compression and decompression pure Rust?
Beta Was this translation helpful? Give feedback.
All reactions