|
You are here |
blog.guillaume-gomez.fr | ||
| | | | |
leblancfg.com
|
|
| | | | | Documenting my first steps with Rust, from installation to running a simple script. | |
| | | | |
briankung.dev
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
www.abubalay.com
|
|
| | | [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. | ||