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.
- Sources inherited from project SUSE:SLE-15:Update
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/rust.15629 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Fix-big-endian-miscompile-of-bitcast-zex.patch | 0000007175 7.01 KB | |
README.suse-maint | 0000002229 2.18 KB | |
_constraints | 0000001116 1.09 KB | |
_service | 0000000292 292 Bytes | |
ignore-Wstring-conversion.patch | 0000000510 510 Bytes | |
rust-1.43.0-aarch64-unknown-linux-gnu.tar.xz | 0103995164 99.2 MB | |
rust-1.43.0-armv7-unknown-linux-gnueabihf.tar.xz | 0108910044 104 MB | |
rust-1.43.0-i686-unknown-linux-gnu.tar.xz | 0126712424 121 MB | |
rust-1.43.0-powerpc-unknown-linux-gnu.tar.xz | 0102103936 97.4 MB | |
rust-1.43.0-powerpc64-unknown-linux-gnu.tar.xz | 0109310784 104 MB | |
rust-1.43.0-powerpc64le-unknown-linux-gnu.tar.xz | 0111611976 106 MB | |
rust-1.43.0-s390x-unknown-linux-gnu.tar.xz | 0119622236 114 MB | |
rust-1.43.0-x86_64-unknown-linux-gnu.tar.xz | 0112598556 107 MB | |
rust-rpmlintrc | 0000000961 961 Bytes | |
rust.changes | 0000120601 118 KB | |
rust.spec | 0000021010 20.5 KB | |
rustc-1.43.1-src.tar.xz | 0094405276 90 MB |
Latest Revision
Release from SUSE:Maintenance:15629 / rust.SUSE_SLE-15_Update
Comments 0