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.
-
Checkout Package
osc checkout SUSE:SLE-15-SP1:GA/rust && cd $_ - Create Badge
Source Files
| Filename | Size | Changed |
|---|---|---|
| _constraints | 0000001585 1.55 KB | |
| depreciated-trim_left_matches.patch | 0000000673 673 Bytes | |
| ignore-Wstring-conversion.patch | 0000000481 481 Bytes | |
| rust-1.32.0-aarch64-unknown-linux-gnu.tar.xz | 0116136352 111 MB | |
| rust-1.32.0-arm-unknown-linux-gnueabihf.tar.xz | 0117758664 112 MB | |
| rust-1.32.0-armv7-unknown-linux-gnueabihf.tar.xz | 0119183916 114 MB | |
| rust-1.32.0-i686-unknown-linux-gnu.tar.xz | 0146763596 140 MB | |
| rust-1.32.0-powerpc64-unknown-linux-gnu.tar.xz | 0120518816 115 MB | |
| rust-1.32.0-powerpc64le-unknown-linux-gnu.tar.xz | 0124278796 119 MB | |
| rust-1.32.0-s390x-unknown-linux-gnu.tar.xz | 0128857448 123 MB | |
| rust-1.32.0-x86_64-unknown-linux-gnu.tar.xz | 0147868652 141 MB | |
| rust-rpmlintrc | 0000000803 803 Bytes | |
| rust.changes | 0000087342 85.3 KB | |
| rust.spec | 0000020284 19.8 KB | |
| rustc-1.33.0-src.tar.xz | 0100635400 96 MB |
Comments 0