Lets Learn Rust - 6 - Integer Overflow Issues

13 days ago
3

G'day guys

In this video I talk about some of the overflow issues I neglected to mention in the previous video. Including what happens when the code is running in release mode vs debug mode.

Important Times

00:00 - Introduction
00:40 - The original example
01:41 - Overflow handling with variables during debugging.
02:40 - Overflow handling (2s complement) during release.
04:55 - Conclusion

Loading comments...