expecting 0.3.0

Rust macros that test conditions without panicking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "expecting"
authors = ["Joe Dahlquist <joe@arcanyx.com>"]
categories = ["development-tools::testing"]
description = "Rust macros that test conditions without panicking"
documentation = "https://docs.rs/expecting"
edition = "2021"
homepage = "https://github.com/arcanyx-pub/expecting-rs"
keywords = ["test", "macros", "expect", "assert", "result"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/arcanyx-pub/expecting-rs"
version = "0.3.0"

[dependencies]
anyhow = "1.0.66"