blob: 9bc7634be5177908abe6b183b1eb4aee9aa5814b (
plain) (
tree)
|
|
# Rust (rust)
## Example Usage
```json
"features": [
{
"id": "devcontainers/features/rust@latest",
"options": {
"version": "latest"
}
}
]
```
## Options
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a version of Rust to install. | string | latest |
| profile | Select a rustup install profile. | string | minimal |
---
_Note: This file was auto-generated from the [devcontainer-feature.json](./devcontainer-feature.json)._
|