blob: 082f40244625587b51512d59965a9d9bdfb55ff0 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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/
|