gendx/lzma-rs

API Suggestion: Add encoder and decoder structs

Aperta

#97 aperta il 7 apr 2023

 (0 commenti) (3 reazioni) (0 assegnatari)Rust (37 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (151 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

In the compression decompression ecosystem, the usual pattern I see is writing an encoder and decoder structs which implement io::Read and io::Write. While this library's API is perfectly usable, the difference in API makes it tough to swap out an existing library with this one.

I have attached some links for your reference.

References

Guida contributor