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 remote openSUSE:Leap:15.0:Update / rust
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Maintenance:9023/rust.openSUSE_Leap_15.0_Update && cd $_
- Create Badge
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed | 
|---|---|---|
| CVE-2018-1000622-prevent-rustdoc-loads-uncontrolle | 0000001262 1.23 KB | |
| _constraints | 0000000431 431 Bytes | |
| _link | 0000000204 204 Bytes | |
| cargo-0.25.0-aarch64-unknown-linux-gnu.tar.gz | 0004858889 4.63 MB | |
| cargo-0.25.0-arm-unknown-linux-gnueabihf.tar.gz | 0005826101 5.56 MB | |
| cargo-0.25.0-armv7-unknown-linux-gnueabihf.tar.gz | 0005674664 5.41 MB | |
| cargo-0.25.0-i686-unknown-linux-gnu.tar.gz | 0006083273 5.8 MB | |
| cargo-0.25.0-powerpc64-unknown-linux-gnu.tar.gz | 0005615335 5.36 MB | |
| cargo-0.25.0-powerpc64le-unknown-linux-gnu.tar.gz | 0005538563 5.28 MB | |
| cargo-0.25.0-s390x-unknown-linux-gnu.tar.gz | 0005035637 4.8 MB | |
| cargo-0.25.0-x86_64-unknown-linux-gnu.tar.gz | 0006004007 5.73 MB | |
| config.toml | 0000009884 9.65 KB | |
| rust-rpmlintrc | 0000000364 364 Bytes | |
| rust.changes | 0000048003 46.9 KB | |
| rust.spec | 0000009749 9.52 KB | |
| rustc-1.24.1-src.tar.gz | 0067512394 64.4 MB | |
| update-config-guess.patch | 0001007799 984 KB | 





Comments 0