Announcement

Collapse
No announcement yet.

Rust 1.12 Programming Language Released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by nslay View Post

    ...

    Please update the example to do something more destructive like push back elements in the vec! at least. It will only drive more people like me away from Rust. Or add an example that does true parallel computing with an array. The example currently in The Rust Book is really bad in my opinion.
    You can have a look at mandel-rust for example. It shows how to do parallel array computation using various libraries (crates).

    Comment

    Working...
    X