AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Build Rust Without an Internet Connection
Cargo gained a new flag called dash dash offline. This is often referred to as airplane mode. The idea here is if you're somewhere where you don't have internet and you are trying to build your rust packages, previously cargo would always try to connect to the internet. You can actually look at rust docs for any crates you have on your computer offline using cargo as well.