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.
- Links to openSUSE:Leap:15.0:Update / rust
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:steffens:lvermgeo:firefox:gcc7-firefox68esr/rust && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_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 | 0000098042 95.7 KB | |
rust.spec | 0000021636 21.1 KB | |
rustc-1.36.0-src.tar.xz | 0098707920 94.1 MB |
Comments 0