/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kobzol.github.io
| | blog.yossarian.net
3.3 parsecs away

Travel
| | [AI summary] A programming blog post details a Rust code hack that bypasses unsafe restrictions by manipulating process memory via /proc/self/mem to reinterpret data types.
| | andreabergia.com
3.2 parsecs away

Travel
| | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ?thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust.
| | ntietz.com
3.0 parsecs away

Travel
| |
| | ricardomartins.cc
15.3 parsecs away

Travel
| Rust gives us good tools to achieve interior mutability in a thread-safe way without much effort. More than that, it does so in such a way that the borrow checker will have our backs most of the time, so we can't shoot ourselves in the feet.