gendx/lzma-rs

API Suggestion: Add encoder and decoder structs

Open

#97 opened on Apr 7, 2023

 (0 comments) (3 reactions) (0 assignees)Rust (37 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (151 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide