This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Development > rust (1.5.0)

Rust

Rust is a curly-brace, block-structured expression language.
It visually resembles the C language family, but differs significantly in syntactic and
semantic details.
Its design is oriented toward concerns of "programming in the large", that is, of creating
and maintaining boundaries - both abstract and operational - that preserve large-system
integrity, availability and concurrency.

It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure
functional styles. Rust also supports generic programming and metaprogramming, in both static
and dynamic styles.

Cargo - the Rust package manager - is included into this build.

A short summary of features

Type system: static, nominal, linear, algebraic, locally inferred
Memory safety: no null or dangling pointers, no buffer overflows
Concurrency: lightweight tasks with message passing, no shared memory
Generics: type parameterization with type classes
Exception handling: unrecoverable unwinding with task isolation
Memory model: optional task-local GC, safe pointer types with region analysis
Compilation model: ahead-of-time, C/C++ compatible
License: dual MIT / Apache 2

Maintained by: Dmitrii Sosedov
Keywords: rust,mozilla,llvm
ChangeLog: rust

Homepage:
http://www.rust-lang.org

Source Downloads (32bit):
rust-1.5.0-i686-unknown-linux-gnu.tar.gz (9f02673a3b0897ea81196fd30e685eea)

Source Downloads (64bit):
rust-1.5.0-x86_64-unknown-linux-gnu.tar.gz (689c69a7194e9fb2f96671e555bd2f7f)

Download SlackBuild:
rust.tar.gz
rust.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
rust.SlackBuild
rust.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds