dyz1990 / sevenz-rust

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

allow default SevenZArchiveEntry creation #30

Closed AndrewReisdorph closed 11 months ago

AndrewReisdorph commented 11 months ago

The use case that I'd like to enable is to be able to create archive entries from Vec's. Similarly to how they are created in the wasm code. This change would allow the creation of archive entries without the need to provide a path.