dyz1990 / sevenz-rust

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

Reduce unnecessary public items #37

Open sorairolake opened 10 months ago

sorairolake commented 10 months ago

At the moment, I think the public API also exposes fields and items used only inside this crate (e.g., SEVEN_Z_SIGNATURE), so I think it is better to make these to private.