Get the latest tech news
Matt Godbolt sold me on Rust by showing me C++
Looking at C++ from another angle can create new possibilities using Rust.
I came out at the end thinking that this talk was actually a great way of getting the intuition for how Rust helps you beyond the whole memory safety thing, and that is what this article intends to show. How about forcing the user to handle potential bad conversions caused by the target type not being able to represent the number we have on the string, does that help? The design can save you a lot of brain cycles by not forcing you to think about how to protect your code from the simplest mistakes — the language has your back.
Or read this on Hacker News