Explore >> Select a destination


You are here

blog.dbrgn.ch
| | nercury.github.io
10.0 parsecs away

Travel
| | Articles and tutorials about Rust, Embedded development and Computer Graphics.
| | blog.asleson.org
9.5 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...
| | chacin.dev
8.3 parsecs away

Travel
| | Compile a Rust program on your Linux computer and run it on the Pi
| | blog.m-ou.se
23.7 parsecs away

Travel
| About a year ago, I published a Rust crate called inline-python, which allows you to easily mix some Python into your Rust code using a python!{ .. } macro. In this series, I'll go through the process of developing this crate from scratch.