| Crates.io | metrique-writer-macro |
| lib.rs | metrique-writer-macro |
| version | 0.1.3 |
| created_at | 2025-07-17 20:40:03.871326+00 |
| updated_at | 2025-08-25 14:01:29.891956+00 |
| description | Library for working with unit of work metrics - derive(Entry) macro |
| homepage | |
| repository | https://github.com/awslabs/metrique |
| max_upload_size | |
| id | 1758084 |
| size | 37,669 |
This crate defines the #[derive(Entry)] macro. You should be using the
metrique-writer crate, rather than referring to this crate directly.
The difference between the [Entry] and the [MetriqueEntry] macros,
is that the [Entry] macro generates paths that depend on metrique-writer,
and the [MetriqueEntry] macro generates paths that depend on metrique. The
corresponding crates re-export the right macro to ensure you only need
to have a single dependency in your Cargo.toml.