ribzip2
ribzip2 copied to clipboard
Draft: add read implementation instead of function
An attempt to solve #18. It seems to be a feasible goal. Further steps
- [ ] improve docs and make the
Read
implementation the preferred way - [ ] also apply the concepts also for decompression. Open question: how to deal with domain specific errors? Logging? Create extra recovering/analysis related methods for decompression?
- [ ] attempt
Write
base trait implementations as well to get full compatibility
Also fyi @caglaryucekaya.