The readme has info on what u tested. But it'd be nice to see a copy of an actual test run.
willsaar · 5h ago
Agree! It's probably better that someone independent from me verifies it.
One can clone the project, fetch the submodule with original C repo and run "cargo test" to test the library with all the official tests from the C library. The fuzz directory has instructions for fuzzing
The readme has info on what u tested. But it'd be nice to see a copy of an actual test run.
One can clone the project, fetch the submodule with original C repo and run "cargo test" to test the library with all the official tests from the C library. The fuzz directory has instructions for fuzzing