libstd-rust-1.7

Rust standard libraries
  http://www.rust-lang.org/
  0
  no reviews



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 meta-programming, in both static and dynamic styles.

this package contains the standard rust libraries, built as dylibs.