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.2 / rust
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Rings:1-MinimalX/rust && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_constraints | 0000001024 1 KB | |
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 | 0000000355 355 Bytes | |
rust.changes | 0000080390 78.5 KB | |
rust.spec | 0000020487 20 KB | |
rustc-1.32.0-src.tar.xz | 0099602696 95 MB |
Comments 0