You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In the compression decompression ecosystem, the usual pattern I see is writing an encoder and decoder structs which implement
io::Read
andio::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
The text was updated successfully, but these errors were encountered: