DESCRIPTION=" 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."
MYOPTIONS="( ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] dev-channel [[ description = [ use the development channel instead of the stable one ] ]] force-bootstrap [[ description = [ force boostrapping of rust in case autobootstrap doesn't work ] ]] internal-llvm [[ description = [ statically link to the internal llvm instead of the system one ] ]] ) [[ defined-in = [ rust-build.exlib ] ]] ) "