test-macro 0.1.1

This is a macro for writing Rust test code in an easy way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Yuki Sakai <yuukisakai123@gmail.com>"]
description = "This is a macro for writing Rust test code in an easy way."
edition = "2021"
license-file = "LICENSE"
name = "test-macro"
readme = "README.md"
repository = "https://github.com/VeyronSakai/test-macro"
resolver = "2"
version = "0.1.1"