The Rust Programming Language

Edit Package rust

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
Filename Size Changed
_constraints 0000000431 431 Bytes
add-soname.patch 0000001664 1.63 KB
cargo-0.18.0-aarch64-unknown-linux-gnu.tar.gz 0004039839 3.85 MB
cargo-0.18.0-armv7-unknown-linux-gnueabihf.tar.gz 0004578488 4.37 MB
cargo-0.18.0-i686-unknown-linux-gnu.tar.gz 0004940463 4.71 MB
cargo-0.18.0-powerpc64-unknown-linux-gnu.tar.gz 0004674070 4.46 MB
cargo-0.18.0-powerpc64le-unknown-linux-gnu.tar.gz 0004563666 4.35 MB
cargo-0.18.0-s390x-unknown-linux-gnu.tar.gz 0004197244 4 MB
cargo-0.18.0-x86_64-unknown-linux-gnu.tar.gz 0004996337 4.76 MB
config.toml 0000001982 1.94 KB
rust.changes 0000027655 27 KB
rust.spec 0000009601 9.38 KB
rustc-1.17.0-src.tar.gz 0031570599 30.1 MB
Latest Revision
Comments 0
openSUSE Build Service is sponsored by