AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is There a Need for a Const Constructor?
Rust's standard library has gone from being quite large to almost no size at all. The next Rust release we're going to in a second, you'll be able to create a mutex, construct one at compile time, so as a const context. That took a while to happen, do you recall? Yeah, I mean, part of the challenge here, right, is when you're changing something that's this fundamental in the standard library, there's a lot of making sure that you don't break anyone.