<div align="center">
<img src="./logo.png" alt="Thread Aware Macros Logo" width="128">
# Thread Aware Macros
[](https://crates.io/crates/thread_aware_macros)
[](https://docs.rs/thread_aware_macros)
[](https://crates.io/crates/thread_aware_macros)
[](https://github.com/microsoft/oxidizer/actions)
[](https://codecov.io/gh/microsoft/oxidizer)
[](../LICENSE)
</div>
* [Summary](#summary)
* [Provided Derives](#provided-derives)
## Summary
Macros for the [`thread_aware`](https://docs.rs/thread_aware) crate.
## Provided Derives
* `#[derive(ThreadAware)]` – Auto-implements the `thread_aware::ThreadAware` trait by recursively
calling `transfer` on each field.
<div style="font-size: 75%" ><hr/>
This crate was developed as part of [The Oxidizer Project](https://github.com/microsoft/oxidizer).
</div>