|
You are here |
kobzol.github.io | ||
| | | | |
blog.yossarian.net
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
ricardomartins.cc
|
|
| | | 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. | ||