rust
Empowering everyone to build reliable and efficient software.
Package Information
- Domain:
rust-lang.org
- Name:
rust
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install rust
Programs
This package provides the following executable programs:
cargo-clippy
cargo-fmt
clippy-driver
rust-analyzer
rust-gdb
rust-gdbgui
rust-lldb
rustc
rustdoc
rustfmt
Available Versions
Show all 36 versions
1.89.0
,1.88.0
,1.87.0
,1.86.0
,1.85.1
1.85.0
,1.84.1
,1.84.0
,1.83.0
,1.82.0
1.81.0
,1.80.1
,1.80.0
,1.79.0
,1.78.0
1.77.2
,1.77.1
,1.77.0
,1.76.0
,1.75.0
1.74.1
,1.74.0
,1.73.0
,1.72.1
,1.72.0
1.71.1
,1.71.0
,1.70.0
,1.69.0
,1.68.2
1.68.1
,1.68.0
,1.67.1
,1.67.0
,1.65.0
1.64.0
Latest Version: 1.89.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +rust-lang.org@1.89.0 -- $SHELL -i
Dependencies
This package depends on:
zlib.net@1
Related Packages
These packages work well with rust:
rust-lang.org/cargo
- The Rust package manager
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.rust
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.