runt 0.4.1

A lightweight and parallel snapshot testing framework.
Documentation
1
2
3
4
5
//! Module to generate diffs when the test result and the contents of the
//! expect file do not match.
mod diff;

pub use diff::gen_diff;