Explore >> Select a destination


You are here

blog.guillaume-gomez.fr
| | leblancfg.com
3.3 parsecs away

Travel
| | Documenting my first steps with Rust, from installation to running a simple script.
| | briankung.dev
2.0 parsecs away

Travel
| | I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...
| | swatinem.de
3.5 parsecs away

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