Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Rust
Rust

Rust

Sylvain Pontoreau

|
400 installs
| (0) | Free
Rust extension for Azure DevOps
Get it free

Rust 🦀

This extension contains tasks that can be used to manage Rust projects.

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. For more information on Rust, take a look at the official documentation.

Rust Tool Installer

The extension adds the Rust Tool Installer task inside the Tool category. It installs rustup and the latest version of the Rust toolchain. Always ensure you have run this task first, others need it to run.

By default, the task will install the latest stable version. You can also install the nightly one by changing the advanced settings:

Nightly

Cargo

Cargo task is available in the Build category.

Rustup & Rustc

Parameters:

  • Command: Cargo subcommand to execute (example: build, test, update, install, doc...).
  • Working directory: Working folder that contains Cargo.toml (optional).
  • Options: Subcommand options (optional).

Other tasks

The extension also contains:

Rustup & Rustc

Those tasks can be used in the same way as the Cargo one.

Features and bugs

You've got a feature request? You found a bug?

Don't hesitate to create an issue on github!

Like this extension?

  • Don't forget to add a ⭐️ on Github
  • You can also ✍️ a review!
  • Or share it on Twitter (cc @spontoreau)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft