datatest-stable 0.2.2
·
424 commits
to main
since this release
Added
- Restored compatibility with
fn(&Path) -> Result<()>
. The harness now can take eitherfn(&Path) -> Result<()>
orfn(&Utf8Path) -> Result<()>
.