dyz1990 / sevenz-rust

A 7z decompressor/compressor lib written in pure rust
Apache License 2.0
153 stars 24 forks source link

pub SevenZReader is not usable #7

Closed pingiun closed 1 year ago

pingiun commented 1 year ago

the SevenZReader struct requires a password for new() and open(), but that password struct cannot be imported

iqiziqi commented 1 year ago

maybe you can try "password".into()