Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 479 Bytes

FastLZ-rs

A port of FastLZ to Rust.

Testing

Running cargo test execute the tests originally in tests/test_roundtrip.c. To obtain a useful stdout to compare with the C lib you can, for the moment, use:

cargo test -- --test-threads=1 --show-output

TODO

  • add a -sys crate to cross-test the porting against the C implementation
  • automate Rust vs C roundtrip test results comparison
  • port the actual code