A port of FastLZ to Rust.
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
- 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