| Crates.io | test-casing-macro |
| lib.rs | test-casing-macro |
| version | 0.1.3 |
| created_at | 2023-06-03 12:12:03.220599+00 |
| updated_at | 2024-03-03 09:24:10.18157+00 |
| description | Procedural macro for `test-casing` |
| homepage | |
| repository | https://github.com/slowli/test-casing |
| max_upload_size | |
| id | 881573 |
| size | 46,806 |
test-casing#[test_casing] and #[decorate] procedural macros to place on test functions.
Used as a part of the test-casing library.
Add this to your Crate.toml:
[dev-dependencies]
test-casing-macro = "0.1.3"
Note that the test-casing crate re-exports the proc macros from this crate.
Thus, it is rarely necessary to use this crate as a direct dependency.
See test-casing docs for more details and examples of usage.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in test-casing by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.