mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a7fe5ec546
PR: ports/164366 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
9 lines
419 B
Plaintext
9 lines
419 B
Plaintext
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/
|