expecting 0.1.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
[dependencies.anyhow]
version = "1.0.66"

[package]
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"
name = "expecting"
readme = "README.md"
repository = "https://github.com/arcanyx-pub/expecting-rs"
version = "0.1.0"