Closed stoeckmann closed 9 months ago
Did you run into any actual issues?
No, it's been about making the API robust against such values.
I've split the commits into two, since I assumed that it might be argued this way. So... Fell free to cherry pick, otherwise I can drop the second one.
Published as v3.10.1.
Thanks for the fixes and for working with me to find a good solution.
Thank you as well for the feedback and especially for maintaining the crate!
Make sure that calculations do not overflow. Also do not truncate u64 to usize on 32 bit systems.
I have added tests to showcase the issues.