mango-v4/lib/checked_math
Christian Kamm 79a7bdc299 Checked math: support cm!(a += b) 2022-09-06 08:55:27 +02:00
..
src Checked math: support cm!(a += b) 2022-09-06 08:55:27 +02:00
tests Checked math: support cm!(a += b) 2022-09-06 08:55:27 +02:00
Cargo.toml Add checked_math library for convenient overflow checking 2022-03-13 15:45:50 +01:00
LICENSE Add checked_math library for convenient overflow checking 2022-03-13 15:45:50 +01:00
README.md Add checked_math library for convenient overflow checking 2022-03-13 15:45:50 +01:00

README.md

Source

This is a modified version of overflow from https://github.com/rylev/overflow/ originally by Ryan Levick. See LICENSE.