Category:Rust: Difference between revisions

m
add page
No edit summary
m (add page)
 
(3 intermediate revisions by 3 users not shown)
Line 1:
{{implementation|Rust}}
{{language
|site=http://www.rust-lang.org
Line 5 ⟶ 6:
|safety=safe
|strength=strong
|compat=structuralnominative
|express=implicit
|checking=static
Line 13 ⟶ 14:
 
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 ==
Line 25 ⟶ 28:
* minimal runtime
* efficient C bindings
 
== Not yet implemented examples ==
[[Tasks_not_implemented_in_Rust]]
 
{{language programming paradigm|functional}}
4,105

edits