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 devel:languages:rust / rust
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:bmwiedemann:reproducible:test/rust && cd $_
- Create Badge
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000943 943 Bytes | |
_link | 0000000128 128 Bytes | |
ignore-Wstring-conversion.patch | 0000000481 481 Bytes | |
rust-1.30.0-aarch64-unknown-linux-gnu.tar.xz | 0114266452 109 MB | |
rust-1.30.0-arm-unknown-linux-gnueabihf.tar.xz | 0121166088 116 MB | |
rust-1.30.0-armv7-unknown-linux-gnueabihf.tar.xz | 0122388404 117 MB | |
rust-1.30.0-i686-unknown-linux-gnu.tar.xz | 0143749252 137 MB | |
rust-1.30.0-powerpc64-unknown-linux-gnu.tar.xz | 0118801024 113 MB | |
rust-1.30.0-powerpc64le-unknown-linux-gnu.tar.xz | 0121649488 116 MB | |
rust-1.30.0-s390x-unknown-linux-gnu.tar.xz | 0124144360 118 MB | |
rust-1.30.0-x86_64-unknown-linux-gnu.tar.xz | 0144673332 138 MB | |
rust-rpmlintrc | 0000000355 355 Bytes | |
rust.changes | 0000072969 71.3 KB | |
rust.spec | 0000018863 18.4 KB | |
rustc-1.31.0-src.tar.xz | 0096914112 92.4 MB |
Comments 0