Closed andersk closed 6 years ago
stable as of Rust 1.19.
That's newer than the 1.8 we support.
It's possible to add new impls behind a feature flag, like #60 is doing for i128
, but Bounded for Reverse
seems like a pretty niche thing to justify a feature.
I've add this to the tracking issue #47 for breaking changes. I'm going to close this for now, but if you want to make a case for adding this with a conditional feature, we can discuss that.
Reverse
is stable as of Rust 1.19.