mango-v4/lib/checked_math
Christian Kamm 7a343a9a8d checked_math: support casts and I80F48::from 2022-08-14 15:01:15 +02:00
..
src checked_math: support casts and I80F48::from 2022-08-14 15:01:15 +02:00
tests Add checked_math library for convenient overflow checking 2022-03-13 15:45:50 +01: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.