bbaldino
bbaldino
I opened https://github.com/TrueLayer/retry-policies/pull/16 and https://github.com/TrueLayer/reqwest-middleware/pull/113 for this.
Out of curiosity, could you include some examples of the type of code this enables?
> I don't think that we'd get conflicts from later releases as long as the version in Cargo.toml has been increased accordingly -- at least `cargo release` (the only automated...
I've got an updated take on some of these [here](https://github.com/rust-ux/uX/pull/72)
I actually came into a use case that'd need something like this recently...I was wondering if it'd be nice to also introduce a trait that defined `BITS`, `MAX`, `MIN` and...
> it would probably be best to implement traits from num_traits. [`Bounded`](https://docs.rs/num-traits/latest/num_traits/bounds/trait.Bounded.html) for this use case. Yeah that probably makes sense. Too bad there doesn't appear one that would map...
lgtm, just a formatting problem looks like
@chrysn you going to update this? Looks like it's just a style issue causing the failure
I haven't played with the merge queue stuff, but I'm fine with giving it a go.
@chrysn I found myself needing to match on uX types today...can we get this in? Could just rebase on top of master