The Rust Programming Language
NOTE: Builds using Rust bundled LLVM require upwards of 50GB.
Rust is a systems programming language focused on three goals: safety, speed, and concurrency. It maintains these goals without having a garbage collector, making it a useful language for a number of use cases other languages aren’t good at: embedding in other languages, programs with specific space and time requirements, and writing low-level code, like device drivers and operating systems. It improves on current languages targeting this space by having a number of compile-time safety checks that produce no runtime overhead, while eliminating all data races. Rust also aims to achieve ‘zero-cost abstractions’ even though some of these abstractions feel like those of a high-level language. Even then, Rust still allows precise control like a low-level language would.
- Links to devel:languages:rust / rust
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Andreas_Schwab:Factory/rust && cd $_
- Create Badge
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
README.suse-maint | 0000002229 2.18 KB | |
_constraints | 0000001117 1.09 KB | |
_link | 0000000128 128 Bytes | |
_service | 0000000292 292 Bytes | |
ignore-Wstring-conversion.patch | 0000000516 516 Bytes | |
rust-1.50.0-aarch64-unknown-linux-gnu.tar.xz | 0203382140 194 MB | |
rust-1.50.0-aarch64-unknown-linux-gnu.tar.xz.asc | 0000000801 801 Bytes | |
rust-1.50.0-arm-unknown-linux-gnueabihf.tar.xz | 0191287452 182 MB | |
rust-1.50.0-arm-unknown-linux-gnueabihf.tar.xz.asc | 0000000801 801 Bytes | |
rust-1.50.0-armv7-unknown-linux-gnueabihf.tar.xz | 0194656336 186 MB | |
rust-1.50.0-armv7-unknown-linux-gnueabihf.tar.xz.a |
0000000801 801 Bytes | |
rust-1.50.0-i686-unknown-linux-gnu.tar.xz | 0222946404 213 MB | |
rust-1.50.0-i686-unknown-linux-gnu.tar.xz.asc | 0000000801 801 Bytes | |
rust-1.50.0-powerpc-unknown-linux-gnu.tar.xz | 0168133824 160 MB | |
rust-1.50.0-powerpc-unknown-linux-gnu.tar.xz.asc | 0000000801 801 Bytes | |
rust-1.50.0-powerpc64-unknown-linux-gnu.tar.xz | 0180157804 172 MB | |
rust-1.50.0-powerpc64-unknown-linux-gnu.tar.xz.asc | 0000000801 801 Bytes | |
rust-1.50.0-powerpc64le-unknown-linux-gnu.tar.xz | 0189754060 181 MB | |
rust-1.50.0-powerpc64le-unknown-linux-gnu.tar.xz.a |
0000000801 801 Bytes | |
rust-1.50.0-riscv64gc-unknown-linux-gnu.tar.xz | 0177780892 170 MB | |
rust-1.50.0-riscv64gc-unknown-linux-gnu.tar.xz.asc | 0000000801 801 Bytes | |
rust-1.50.0-s390x-unknown-linux-gnu.tar.xz | 0190157972 181 MB | |
rust-1.50.0-s390x-unknown-linux-gnu.tar.xz.asc | 0000000801 801 Bytes | |
rust-1.50.0-x86_64-unknown-linux-gnu.tar.xz | 0152873328 146 MB | |
rust-1.50.0-x86_64-unknown-linux-gnu.tar.xz.asc | 0000000801 801 Bytes | |
rust-rpmlintrc | 0000000962 962 Bytes | |
rust.changes | 0000148378 145 KB | |
rust.keyring | 0000005308 5.18 KB | |
rust.spec | 0000023406 22.9 KB | |
rustc-1.51.0-src.tar.xz | 0109596164 105 MB | |
support-llvm12.patch | 0000038504 37.6 KB |
Comments 0