|
|
|
|
|
by wongarsu
1251 days ago
|
|
If you identify an area as risky, it's trivial in Rust to do a checked_add or saturating_add. The challenge is obviously identifying this, but having easy library functions anectotally leads to people looking for it in code reviews. |
|