assert-not-modified 0.1.0

Wrapper function which checks that the given closure does not modify input data. This is helpful when checking that a function which returns Err(...) does not have side-effects.
Documentation

Rust wrapper function which checks that the given closure does not modify input data. This is helpful when checking that a function which returns Err(...) does not have side-effects.