tracing-test-macro 0.1.0

A procedural macro that allow for easier testing of crates that use `tracing`. Internal crate, should only be used through the `tracing-test` crate.
Documentation

tracing_test_macro

This crate provides a procedural macro that can be added to test functions in order to ensure that all tracing logs are written to a global buffer.

You should not use this crate directly. Instead, use the macro through tracing-test.