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.0:Update / rust
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:steffens:lvermgeo:firefox:gcc7-firefox60esr/rust && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000431 431 Bytes | |
cargo-0.25.0-aarch64-unknown-linux-gnu.tar.gz | 0004858889 4.63 MB | |
cargo-0.25.0-arm-unknown-linux-gnueabihf.tar.gz | 0005826101 5.56 MB | |
cargo-0.25.0-armv7-unknown-linux-gnueabihf.tar.gz | 0005674664 5.41 MB | |
cargo-0.25.0-i686-unknown-linux-gnu.tar.gz | 0006083273 5.8 MB | |
cargo-0.25.0-powerpc64-unknown-linux-gnu.tar.gz | 0005615335 5.36 MB | |
cargo-0.25.0-powerpc64le-unknown-linux-gnu.tar.gz | 0005538563 5.28 MB | |
cargo-0.25.0-s390x-unknown-linux-gnu.tar.gz | 0005035637 4.8 MB | |
cargo-0.25.0-x86_64-unknown-linux-gnu.tar.gz | 0006004007 5.73 MB | |
config.toml | 0000009884 9.65 KB | |
rust-rpmlintrc | 0000000364 364 Bytes | |
rust.changes | 0000047368 46.3 KB | |
rust.spec | 0000009478 9.26 KB | |
rustc-1.24.1-src.tar.gz | 0067512394 64.4 MB | |
update-config-guess.patch | 0001007799 984 KB |
Comments 0