Closed pierrelgol closed 7 months ago
Found a bug in parseQuantity when dealing with USIZE_MAX it panics with an integer overflow, I think there could be an easy fix of addig a check for overflow, or saturating overflow
Edit fixed the bug I think but double check just in case
WIP