sevenz-rust icon indicating copy to clipboard operation
sevenz-rust copied to clipboard

Maybe better API

Open iqiziqi opened this issue 2 years ago • 0 comments

Have you considered add some of the public APIs to make them more human?

For example:

SevenZReader::open("path/file.7z")
    .with_password("password".into()) 
    .decompress();

or

is_7z('xxx')

iqiziqi avatar Dec 12 '22 06:12 iqiziqi