good first issuetesting
Repository metrics
- Stars
- (151 stars)
- PR merge metrics
- (PR metrics pending)
Description
To check that the implementation is correct, there should be tests against reference libraries such as https://crates.io/crates/lzma-sys, for example:
- compressing with one implementation and decompressing with the other,
- decompressing with both implementations and checking that the result (or error) is the same.