mango-v4/lib
Christian Kamm 5c7a2e3e10
Use the overflow-checks=true equivalent with the fixed crate (#476)
* Vendor `fixed` crate to have checked math in release mode
* remove all cm!()
* drop superfluous parens
* drop use of checked_math crate
* manual removal of redundant checked_* functions
2023-02-24 11:56:33 +01:00
..
checked_math Checked math: support cm!(a += b) 2022-09-06 08:55:27 +02:00
client Use the overflow-checks=true equivalent with the fixed crate (#476) 2023-02-24 11:56:33 +01:00