Explore >> Select a destination


You are here

adventures.michaelfbryan.com
| | blog.asleson.org
12.2 parsecs away

Travel
| | The ability to write a C shared library in rust has been around for some time and there is quite a bit of information about the subject available. Some examples: Exposing C and Rust APIs: some thoughts from librsvg Creating C/C++ APIs in Rust (site removed?) Rust Out Your C by Carol (Nichols || Goulding) (youtube video) Exporting a GObject C API from Rust code and using it from C, Python, JavaScript and others Rust Once, Run Everywhere All this information is great, but what I was looking for was a simpl...
| | www.fastly.com
13.2 parsecs away

Travel
| | Take a developer deep dive into Terrarium, our multi-language, browser-based editor and deployment platform at the edge. Learn how to compile Rust programs to WebAssembly right on your local machine, interact with the Terrarium system, and explore some applications weve built with it.
| | nick.groenen.me
15.5 parsecs away

Travel
| | After working through "the book" on the Rust programming language and getting started with the first non-trivial, real-world application I found myself faced with a question I didn't yet feel well-equipped to handle: "How should you structure error handling in a mature rust application?"
| | martinfowler.com
94.1 parsecs away

Travel
| Testing should be an integral part of programming, with automated tests providing confidence of correctness.