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 openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Update/rust && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
0001-Fix-misleading-intentation-errors-on-gcc-6.0. |
0000001770 1.73 KB | |
0002-Fix-GCC-6-misleading-indentation-error-in-hoe |
0000000846 846 Bytes | |
0003-Disable-embedding-timestamp-information.patch | 0000000859 859 Bytes | |
_constraints | 0000000405 405 Bytes | |
rust-rpmlintrc | 0000000325 325 Bytes | |
rust.changes | 0000010355 10.1 KB | |
rust.spec | 0000005190 5.07 KB | |
rustc-1.10.0-src.tar.gz | 0025967780 24.8 MB |
Latest Revision
vrev freeze
Comments 0