head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2012.01.23.16.07.04;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add rust 0.1, a language with a focus on memory safety and concurrency.

PR:		ports/164366
Submitted by:	Jyun-Yan You <jyyou@@cs.nctu.edu.tw>
@
text
@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.

WWW: http://www.rust-lang.org/
@
