instrumented-codegen 0.1.3

Codegen lib for instrumented crate
Documentation

Instrumented

instrumented provides an attribute macro that enables instrumentation of functions for use with Prometheus.

This crate is largely based on the log-derive crate, and inspired by the metered crate. Some parts of the code were based directly on log-derive.

For details, refer to the [instrumented] crate.