metrique-writer-macro

Crates.iometrique-writer-macro
lib.rsmetrique-writer-macro
version0.1.3
created_at2025-07-17 20:40:03.871326+00
updated_at2025-08-25 14:01:29.891956+00
descriptionLibrary for working with unit of work metrics - derive(Entry) macro
homepage
repositoryhttps://github.com/awslabs/metrique
max_upload_size
id1758084
size37,669
Ariel Ben-Yehuda (arielb1)

documentation

README

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.

Commit count: 136

cargo fmt