async-std-test 0.0.4

Alternate implementation of the #[async_std::test] macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * (FILENAME)
 *
 * async-std-test - Alternate implementation of the async-std test macro
 * Copyright (c) 2022 Ammon Smith
 *
 * async-std-test is available free of charge under the terms of the MIT
 * License. You are free to redistribute and/or modify it under those
 * terms. It is distributed in the hopes that it will be useful, but
 * WITHOUT ANY WARRANTY. See the LICENSE file for more details.
 *
 */