Empowering everyone to build reliable and efficient software.
Go to file
Jeffrey Yasskin 765a2b3ecf Add a _vec.slice function that'll hold us over until .(a,b) syntax is
implemented.  This could actually replace .(a,b) syntax if the language grows
optional function parameters.
2010-07-16 08:13:08 +08:00
doc Typo fixes to docs, from Ralph Giles. 2010-07-13 16:04:31 -07:00
src Add a _vec.slice function that'll hold us over until .(a,b) syntax is 2010-07-16 08:13:08 +08:00
.gitignore permit use before import. closes #48 2010-07-16 07:19:14 +08:00
AUTHORS.txt Merge branch 'contrib' 2010-07-15 16:49:02 -07:00
LICENSE.txt Populate tree. 2010-06-23 21:03:09 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://github.com/graydon/rust for current development page.