The Rust Programming Language

Edit Package rust

NOTE: Builds using Rust bundled LLVM require upwards of 50GB.

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.

Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename Size Changed
_constraints 0000001585 1.55 KB
ignore-Wstring-conversion.patch 0000000481 481 Bytes
rust-1.34.0-aarch64-unknown-linux-gnu.tar.xz 0120855004 115 MB
rust-1.34.0-armv7-unknown-linux-gnueabihf.tar.xz 0124648648 119 MB
rust-1.34.0-i686-unknown-linux-gnu.tar.xz 0169552532 162 MB
rust-1.34.0-powerpc64-unknown-linux-gnu.tar.xz 0125810152 120 MB
rust-1.34.0-powerpc64le-unknown-linux-gnu.tar.xz 0129639888 124 MB
rust-1.34.0-s390x-unknown-linux-gnu.tar.xz 0134441480 128 MB
rust-1.34.0-x86_64-unknown-linux-gnu.tar.xz 0157382624 150 MB
rust-rpmlintrc 0000000800 800 Bytes
rust.changes 0000090816 88.7 KB
rust.spec 0000020099 19.6 KB
rustc-1.34.0-src.tar.xz 0095055768 90.7 MB
Latest Revision
Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) committed (revision 2)
Comments 0
openSUSE Build Service is sponsored by