Explore >> Select a destination


You are here

www.ralfj.de
| | ceronman.com
2.7 parsecs away

Travel
| | During the past months, I've been lucky to have the chance to write more Rust code for work and also for fun. Rust continues to be an interesting and fun language for me. Not everything is perfect, of course. Today I wanted to write about something that has bothered me since day one. It's definitely...
| | markentier.tech
3.2 parsecs away

Travel
| | While cargo already has most common commands integrated, one I miss from cargo-edit is cargo upgrade. It's super conveni... | markentier.tech
| | www.pramode.net
1.7 parsecs away

Travel
| |
| | www.abubalay.com
18.5 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.