Hi, first thanks for the great crate, concurrent-map its nice to have easy access to a battle-tested concurrent ordered map :)
The only wrinkle I have occurs when using ConcurrentMap with external types due to the Minimum trait which causes issues with orphan rules. Looking at the implementation it doesn't look simple to remove the Minimum bound, but perhaps you have thoughts on the subject?
Hi, first thanks for the great crate,
concurrent-mapits nice to have easy access to a battle-tested concurrent ordered map :)The only wrinkle I have occurs when using
ConcurrentMapwith external types due to theMinimumtrait which causes issues with orphan rules. Looking at the implementation it doesn't look simple to remove theMinimumbound, but perhaps you have thoughts on the subject?