Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Latest commit

 

History

History
48 lines (27 loc) · 1.82 KB

DETAILS.md

File metadata and controls

48 lines (27 loc) · 1.82 KB

Rust 🦀

⚠️ This extension is no longer maintain, use instead Azure Pipelines YAML file to setup CI in your Rust projects ⚠️

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?