Explore >> Select a destination


You are here

adventures.michaelfbryan.com
| | blog.asleson.org
3.1 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...
| | nick.groenen.me
4.6 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?"
| | lukasrotermund.de
5.4 parsecs away

Travel
| | Make your code more readable with Golang's defer keyword in PHP, C and Rust. Learn how to implement it easily and efficiently. Start improving your code today!
| | journal.infinitenegativeutility.com
30.9 parsecs away

Travel
| For almost a complete decade-starting with discovering Haskell in about 2009 and right up until switching to a job where I used primarily...