Explore >> Select a destination


You are here

blog.m-ou.se
| | renato.athaydes.com
2.9 parsecs away

Travel
| |
| | blog.yossarian.net
3.1 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.
| | leblancfg.com
2.5 parsecs away

Travel
| | Documenting my first steps with Rust, from installation to running a simple script.
| | nora.codes
18.5 parsecs away

Travel
| [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.