assert_eq_all 0.1.1

Accepts any number of arguments and panics if they are not equal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "assert_eq_all"
version = "0.1.1"
edition = "2021"
authors = ["Vadim Glinka <vadgit@yandex.com>"]
description = "Accepts any number of arguments and panics if they are not equal."
keywords = ["assert_eq_all", "assert_ne_all", "assert_all"]
categories = ["development-tools"]
repository = "https://github.com/vglinka/assert_eq_all"
readme = "README.md"
license = "Apache-2.0 OR MIT"
exclude = ["/target"]