The Rust Programming Language
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.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2/rust && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
0001-Pass-GUIDPreservedSymbols-to-thinLTOResolvePr |
0000001194 1.17 KB | |
0002-Pass-type-to-byval-attributes.patch | 0000011149 10.9 KB | |
0003-Translate-target-features-for-LLVM9.patch | 0000001891 1.85 KB | |
0004-Use-new-feature-names-in-target-feature-lists |
0000008613 8.41 KB | |
0005-Add-functio-pointer-alignment-to-ARM_Thumb-da |
0000026983 26.4 KB | |
0006-Strip-functio-pointer-alignment-for-older-LLV |
0000003370 3.29 KB | |
0007-Fix-float-add-mul-reduction-codegen.patch | 0000003508 3.43 KB | |
0008-Adjust-codegen-tests-for-DISPFlagMainSubprogr |
0000001460 1.43 KB | |
_constraints | 0000001608 1.57 KB | |
ignore-Wstring-conversion.patch | 0000000481 481 Bytes | |
rust-1.36.0-aarch64-unknown-linux-gnu.tar.xz | 0139261576 133 MB | |
rust-1.36.0-armv7-unknown-linux-gnueabihf.tar.xz | 0142315532 136 MB | |
rust-1.36.0-i686-unknown-linux-gnu.tar.xz | 0182609496 174 MB | |
rust-1.36.0-powerpc-unknown-linux-gnu.tar.xz | 0134270632 128 MB | |
rust-1.36.0-powerpc64-unknown-linux-gnu.tar.xz | 0145880928 139 MB | |
rust-1.36.0-powerpc64le-unknown-linux-gnu.tar.xz | 0149721676 143 MB | |
rust-1.36.0-s390x-unknown-linux-gnu.tar.xz | 0159518028 152 MB | |
rust-1.36.0-x86_64-unknown-linux-gnu.tar.xz | 0169600936 162 MB | |
rust-revert-llvm-build-info.patch | 0000004761 4.65 KB | |
rust-rpmlintrc | 0000000801 801 Bytes | |
rust.changes | 0000098734 96.4 KB | |
rust.spec | 0000023143 22.6 KB | |
rustc-1.36.0-src.tar.xz | 0098707920 94.1 MB |
Latest Revision
update rust
Comments 0