Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 267 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 267 Bytes

rust7z

7-zip binding for rust

usage

Check examples/test.rs and execute cargo run --example test for detail
Make sure you have installed 7-zip first, the library check Windows Registry to find 7z.dll, otherwise you can bundle 7z.dll together with this library