Explore >> Select a destination


You are here

coredumped.dev
| | www.greyblake.com
3.5 parsecs away

Travel
| | A blog about software development.
| | ceronman.com
2.4 parsecs away

Travel
| | Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I needed more to really understand the language. I wanted to work on a small project to get some hands-on...
| | blog.patternsinthevoid.net
6.4 parsecs away

Travel
| |
| | blog.asleson.org
39.3 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...