Ziqi

Results 1 issues of Ziqi

Have you considered add some of the public APIs to make them more human? For example: ```rs SevenZReader::open("path/file.7z") .with_password("password".into()) .decompress(); ``` or ```rs is_7z('xxx') ```