ohno_macros 0.3.0

Macros for the ohno crate.
Documentation
<div align="center">
 <img src="./logo.png" alt="Ohno Macros Logo" width="96">

# Ohno Macros

[![crate.io](https://img.shields.io/crates/v/ohno_macros.svg)](https://crates.io/crates/ohno_macros)
[![docs.rs](https://docs.rs/ohno_macros/badge.svg)](https://docs.rs/ohno_macros)
[![MSRV](https://img.shields.io/crates/msrv/ohno_macros)](https://crates.io/crates/ohno_macros)
[![CI](https://github.com/microsoft/oxidizer/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/microsoft/oxidizer/actions/workflows/main.yml)
[![Coverage](https://codecov.io/gh/microsoft/oxidizer/graph/badge.svg?token=FCUG0EL5TI)](https://codecov.io/gh/microsoft/oxidizer)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE)
<a href="../.."><img src="../../logo.svg" alt="This crate was developed as part of the Oxidizer project" width="20"></a>

</div>

Macros for the [`ohno`][__link0] crate.

## Macros

* `#[derive(Error)]` - Automatically implement error traits
* `#[enrich_err("message")]` - Add error enrichment with file/line information to function errors


<hr/>
<sub>
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/ohno_macros">source code</a>.
</sub>

 [__link0]: https://docs.rs/ohno