scuffle-metrics-derive 0.4.2

Derive macros for scuffle-metrics.
Documentation
<!-- cargo-sync-rdme title [[ -->
# scuffle-metrics-derive
<!-- cargo-sync-rdme ]] -->

> [!WARNING]  
> This crate is under active development and may not be stable.

<!-- cargo-sync-rdme badge [[ -->
![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/scuffle-metrics-derive.svg?style=flat-square)
[![docs.rs](https://img.shields.io/docsrs/scuffle-metrics-derive.svg?logo=docs.rs&style=flat-square)](https://docs.rs/scuffle-metrics-derive)
[![crates.io](https://img.shields.io/crates/v/scuffle-metrics-derive.svg?logo=rust&style=flat-square)](https://crates.io/crates/scuffle-metrics-derive)
[![GitHub Actions: ci](https://img.shields.io/github/actions/workflow/status/scufflecloud/scuffle/ci.yaml.svg?label=ci&logo=github&style=flat-square)](https://github.com/scufflecloud/scuffle/actions/workflows/ci.yaml)
[![Codecov](https://img.shields.io/codecov/c/github/scufflecloud/scuffle.svg?label=codecov&logo=codecov&style=flat-square)](https://codecov.io/gh/scufflecloud/scuffle)
<!-- cargo-sync-rdme ]] -->

---

<!-- cargo-sync-rdme rustdoc [[ -->
A proc-macro to derive the `#[metrics]` attribute and the
`#[derive(MetricEnum)]` attribute.

For more information checkout the [`scuffle-metrics`](https://docs.rs/scuffle-metrics)
crate.

### License

This project is licensed under the MIT or Apache-2.0 license.
You can choose between one of them if you use this work.

`SPDX-License-Identifier: MIT OR Apache-2.0`
<!-- cargo-sync-rdme ]] -->