AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rust Tools for Web Programming
One of the things people really seem to like about rust is the tooling. I'm just going to go through five tools and just kind of give us a sense for what they do maybe with respect to web programming or maybe in general. We're not going to go into detail but let's just talk about these. The first one is rust up, this lets you update Like the rust compiler. Okay and how about cargo? I think that's the package manager can you just kind of say what cargo is used for? So cargo is basically your tool. You will see the most on your command line with cargo new and then the project nameYou can also have different build steps so