gendx/lzma-rs

API Suggestion: Add encoder and decoder structs

オープン

#97 opened on 2023/04/07

 (0 件のコメント) (3 件のリアクション) (0 人の担当者)Rust (37 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (151 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド