Category:Rust: Difference between revisions

m
add page
(Infobox)
m (add page)
 
(5 intermediate revisions by 5 users not shown)
Line 1:
{{implementation|Rust}}
{{stub}}{{language
|checking=static
|site=http://www.rust-lang.org}}
|strength=strong
|express=implicit
|compat=structural
|gc=allowed
|exec=machine
|gc=allowed
|safety=safe
|strength=strong
|site=http://www.rust-lang.org}}
|compat=structuralnominative
|express=implicit
|checking=static
|tags=rust
|hopl id=1558
}}
 
Rust is a general purpose, multi-paradigm, systems programming language sponsored by Mozilla. Its goal is to provide a fast, practical, concurrent language with zero-cost abstractions and strong memory safety. It employs a unique model of ownership to eliminate data races.
 
Solutions to RosettaCode tasks are mirrored on GitHub at [http://github.com/Hoverbear/rust-rosetta Hoverbear/rust-rosetta]. If you implement a solution here, please open a pull request!
 
== Features ==
From the official website:
* zero-cost abstractions
* move semantics
* guaranteed memory safety
* threads without data races
* trait-based generics
* pattern matching
* type inference
* minimal runtime
* efficient C bindings
 
== Not yet implemented examples ==
[[Tasks_not_implemented_in_Rust]]
 
{{language programming paradigm|functional}}
{{language programming paradigm|imperative}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Generic}}
4,105

edits