metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.1k stars 151 forks source link

Add blanket implementations of `Recorder` for some pointer-like types #507

Closed david-perez closed 1 week ago

david-perez commented 3 weeks ago

Rc, Arc, and Box.

Closes #506.

tobz commented 1 week ago

Closing in favor of #512. (explanation is in the new PR)