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
13
[package]
authors = ["Vadim Glinka <vadgit@yandex.com>"]
categories = ["development-tools"]
description = "Accepts any number of arguments and panics if they are not equal."
edition = "2021"
exclude = ["/target"]
keywords = ["assert_eq_all", "assert_ne_all", "assert_all"]
license = "Apache-2.0 OR MIT"
name = "assert_eq_all"
readme = "README.md"
repository = "https://github.com/vglinka/assert_eq_all"
resolver = "2"
version = "0.1.1"