gendx/lzma-rs

Add tests against reference libraries

Open

#20 opened on Dec 11, 2019

 (1 comment) (2 reactions) (0 assignees)Rust (37 forks)auto 404
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.

Contributor guide