should_match 0.1.0

Pass a test if the output matches a pattern.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "macro_rules_attr"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb652c65b2e90d96b82a4938e03524b3b16b8360044ccc9838ad09bd06346bb"

[[package]]
name = "should_match"
version = "0.1.0"
dependencies = [
 "macro_rules_attr",
]