Explore >> Select a destination


You are here

amirmalik.net
| | blog.arcjet.com
1.9 parsecs away

Travel
| | Building and compiling a Rust FFI library so it can be executed from Go.
| | radu-matei.com
1.5 parsecs away

Travel
| | In this article we will explore how to build shared and static libraries in Go, and import them in Rust.
| | jaredonline.svbtle.com
2.6 parsecs away

Travel
| | UPDATE: A few hours after posting the initial draft of this I realized my PHP benchmark was broken. I've since updated the PHP and Rust versions to be more fair. You can see the changes in the GitHub repo (link at the bottom). Last October I had a... | Jared McFarland | Programmer, feminist, classical guitarist, cyclist. Person.
| | nora.codes
15.7 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.