assert-not-modified 0.1.1

Intended for tests :Wrapper function which checks that the given closure does not modify input data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Paul Constant <constantpaul@hotmail.fr>"]
categories = ["development-tools::testing"]
description = "Intended for tests :Wrapper function which checks that the given closure does not modify input data."
edition = "2018"
keywords = ["assert", "test"]
license = "GPL-3.0"
name = "assert-not-modified"
repository = "https://github.com/paulMConstant/rust-assert-not-modified"
version = "0.1.1"