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
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Maintenance:9663/rust.openSUSE_Leap_15.0_Update && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000943 943 Bytes | |
_link | 0000000148 148 Bytes | |
ignore-Wstring-conversion.patch | 0000000481 481 Bytes | |
rust-1.30.1-aarch64-unknown-linux-gnu.tar.xz | 0114223904 109 MB | |
rust-1.30.1-arm-unknown-linux-gnueabihf.tar.xz | 0121114868 116 MB | |
rust-1.30.1-armv7-unknown-linux-gnueabihf.tar.xz | 0122390768 117 MB | |
rust-1.30.1-i686-unknown-linux-gnu.tar.xz | 0143689500 137 MB | |
rust-1.30.1-powerpc64-unknown-linux-gnu.tar.xz | 0118698168 113 MB | |
rust-1.30.1-powerpc64le-unknown-linux-gnu.tar.xz | 0121569444 116 MB | |
rust-1.30.1-s390x-unknown-linux-gnu.tar.xz | 0124025168 118 MB | |
rust-1.30.1-x86_64-unknown-linux-gnu.tar.xz | 0145148116 138 MB | |
rust-rpmlintrc | 0000000355 355 Bytes | |
rust.changes | 0000074196 72.5 KB | |
rust.spec | 0000018861 18.4 KB | |
rustc-1.31.1-src.tar.xz | 0096915864 92.4 MB |
Revision 5 (latest revision is 6)
bootstrap done
Comments 0