Rust: Difference between revisions

From wikinotes
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
A statically typed programming language, with some functional elements, that builds native executables.
A statically typed programming language, with some functional elements, that builds native executables.
{{ TODO |
left off in the rust book 16.4 }}




Line 46: Line 49:
= Concepts =
= Concepts =
<blockquote>
<blockquote>
{{ TODO |
Concepts you'll need to be familiar with in order to use rust effectively. Also see [[rust anatomy]].
needs expansion }}
{|
{|
|-
|-
Line 74: Line 76:
|-
|-
| [[rust datatypes]]
| [[rust datatypes]]
|-
| [[rust pointers]]
|-
|-
| [[rust modules]]
| [[rust modules]]
Line 116: Line 120:
| [[rust iterators]]
| [[rust iterators]]
|-
|-
| [[rust concurrency]]
| [[rust threading]]
|-
| [[rust multiprocessing]]
|-
|-
|}
|}
</blockquote><!-- Features -->
</blockquote><!-- Features -->

Latest revision as of 04:42, 11 February 2023