/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

xnacly.me
| | dehora.net
3.6 parsecs away

Travel
| | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere.
| | www.abubalay.com
2.2 parsecs away

Travel
| | [AI summary] This post discusses the complexities of creating safe Foreign Function Interface (FFI) bindings in Rust when calling C++ code, examining tools like cxx and strategies for maintaining Rust's memory and thread-safety guarantees despite the inherent unsafety in such interactions.
| | eklausmeier.goip.de
3.2 parsecs away

Travel
| | [AI summary] This post demonstrates how to filter lines in a file based on specific length criteria using both a Perl one-liner and a C program.
| | vmx.cx
16.6 parsecs away

Travel
| [AI summary] The author discusses creating a WASM binary with multi-value returns using Rust, overcoming challenges with tooling and FFI safety issues.