Side Note: Underscores in Numbers

This is just a little readability hack in Rust. Quick, tell me if 80000000 is eighty million, eight million, or eight hundred million. It’s hard, isn’t it? How about 80,000,000? Much easier. Separating numbers like that is a great usability improvement. Rust allows you to do this, except you have to use an underscore instead of a comma. For example:

Get hands-on with 1200+ tech skills courses.