Skip to main content

Crate fastmetrics_derive

Crate fastmetrics_derive 

Source
Expand description

This crate provides some derive macros for fastmetrics.

Derive Macrosยง

EncodeLabelSet
Derive the EncodeLabelSet trait for structs.
EncodeLabelValue
Derive the EncodeLabelValue trait for enums or single-field tuple structs.
LabelSet
Derive both EncodeLabelSet and LabelSetSchema for structs with named fields.
LabelSetSchema
Derive the LabelSetSchema trait for structs.
Register
Derive the Register trait for structs.
StateSetValue
Derive the StateSetValue trait for enums.