ErnWong / crystalorb

Network-agnostic, high-level game networking library for client-side prediction and server reconciliation (unconditional rollback).
https://ernestwong.nz/crystalorb/demo
Other
215 stars 13 forks source link

Check, fix and future-proof number casting operations #1

Open ErnWong opened 3 years ago

ErnWong commented 3 years ago

The following clippy lints are temporarily disabled, and it would be good to re-enable them when fixed.

cast_lossless
cast_sign_loss
cast_possible_truncation
cast_precision_loss