Tony-Samuels

Results 31 comments of Tony-Samuels

I guess it probably is possible and I'd happily take a look at an MR that implemented it. Even if its not super efficient, it would probably still be faster...

As for version compat, we promise 4 minor versions, so right now we need to provide support for 1.78+. Once 1.83 is released though, we'll be able to move to...

There's been discussion over a const generic `Decimal`, but I wouldn't start doing any work around it yet. For `dec!` it's reasonable to `panic` imo on error, given that we're...

I think at this point it might be worth a review by paupino. Can you raise an MR and carry the questions across to it?

I'd be interested in seeing what it looked like, at least. Do you have a branch I can take a look at?

If you open an MR, others may be able to help or to comment on your approaches. Those look like solid improvements though.

Do you have an example, by any chance?

I don't think that is how our features set up. Do you have an example repo where you're seeing incorrect behaviour?

We use `?/std` for our dependencies, which enables their `std` features *if* those dependencies are already enabled. If you're just seeing this in our Cargo.toml, then perhaps that is the...