should_error 0.1.0

The test should fail with Err.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "should_error"
version = "0.1.0"
edition = "2024"
include = ["/src", "LICENSE", "README.md"]
repository = "https://github.com/PRO-2684/should_error"
license = "MIT"
readme = "README.md"
description = "The test should fail with Err."
keywords = ["macro", "testing"]
categories = ["rust-patterns", "development-tools::testing"]

[dev-dependencies]
macro_rules_attr = { path = "../macro_rules_attr", version = "0.1.0" }