sevenz-rust
sevenz-rust copied to clipboard
Reduce unnecessary public items
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.