subcase 0.2.2

Share parts of your test case intuitively
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[lib]
crate-type = ["lib"]

[package]
authors = ["Mishmish Dev <mishmish@mishmish.dev>"]
categories = ["development-tools::testing", "development-tools", "no-std", "no-std::no-alloc"]
description = "Share parts of your test case intuitively"
edition = "2021"
keywords = ["testing", "macros", "section", "subcase", "catch2"]
license = "MIT"
name = "subcase"
readme = "README.md"
repository = "https://github.com/mishmish-dev/subcase"
rust-version = "1.56.1"
version = "0.2.2"