etest-impl 0.3.0

Implementation of etest's proc_macro part
Documentation
[![crates.io][crates-badge]][crates-url]
[![docs.rs][docs-badge]][docs-url]

[crates-badge]:    https://img.shields.io/crates/v/etest-impl.svg
[crates-url]:      https://crates.io/crates/etest-impl
[docs-badge]:      https://img.shields.io/docsrs/etest-impl/latest
[docs-url]:        https://docs.rs/etest-impl/latest/etest-impl/index.html

# About

Implementation details of the `proc-macro` expansion of `etest`.


# License

The code of this crate is licensed under GPL-3.0-or-later.

A permission to use and distribute the generated code (the expanded
macro) under terms of your choice is explicitly granted.