/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

earthly.dev
| | robert.kra.hn
2.8 parsecs away

Travel
| | Wrapping heavy dependencies as dynamic libraries can help during development.
| | github.com
1.6 parsecs away

Travel
| | Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage. - mozilla/sccache
| | corrode.dev
2.8 parsecs away

Travel
| | Slow Rust Builds? Here are some tips to speed up your compile times. This list was originally released on my private blog, but I decided to update it for 2024 and move it here. Tabl...
| | www.abubalay.com
18.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.