metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.06k stars 145 forks source link

Implement conversion from cow to std cow #478

Closed Dav1dde closed 2 months ago

Dav1dde commented 2 months ago

Closes: #474

Dav1dde commented 2 months ago

Did some experiments with miri and it seems to be happy.

Dav1dde commented 2 months ago

Removed the as_borrowed and only left the cow impl.

tobz commented 1 month ago

Released in metrics@v0.23.0.

Thanks again for your contribution. 🙏🏻