@mxinden I came across your post on this issue about Fixing LibP2P’s usage of prometheus-client (version 0.17.0) which uses OwningRef (which is an unsound package)
I need some help with the Rust client! I am unable to understand what the MutexBucketGuard
is trying to do in the file histogram.rs
I am unable to use parking-lot in the src/metrics/histogram.rs
! OwningRef library is unsound and it is not good to be used! So how do I mitigate the issue ?
#rust