diff options
author | Dmitrii Sosedov <dmitrii@sosedov.org> | 2014-06-06 08:06:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:38 +0700 |
commit | 2d7548b781a70e0cbd4614c966ae9da5a832a1e1 (patch) | |
tree | b06eb659db9a090564ab4fcefc4d98cdc4937905 /development/rust/slack-desc | |
parent | 832169027772a2800e8b4ad5e137cb96595a6568 (diff) | |
download | slackbuilds-2d7548b781a70e0cbd4614c966ae9da5a832a1e1.tar.gz |
development/rust: Added (a safe, concurrent, practical language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust/slack-desc')
-rw-r--r-- | development/rust/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/rust/slack-desc b/development/rust/slack-desc new file mode 100644 index 0000000000..eee1460570 --- /dev/null +++ b/development/rust/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rust: rust (a safe, concurrent, practical language) +rust: +rust: Rust is a curly-brace, block-structured expression language. +rust: Its design is oriented toward concerns of "programming in the large", +rust: that is, of creating and maintaining boundaries - both abstract and +rust: operational - that preserve large-system integrity, availability and +rust: concurrency. +rust: +rust: Homepage: http://rust-lang.org +rust: Release date: April 3, 2014 +rust:
\ No newline at end of file |