/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.jviotti.com
| | radu-matei.com
5.8 parsecs away

Travel
| | In this article we will explore how to build shared and static libraries in Go, and import them in Rust.
| | www.avanderlee.com
7.2 parsecs away

Travel
| | Macros in Swift allow you to extend the compiler with custom build errors and code generation to eliminate extraneous boilerplate code.
| | blog.asleson.org
7.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...
| | earthly.dev
52.0 parsecs away

Travel
| This tutorial explains how to create a Python virtual environment using PyInstaller, a packaging tool for Python applications, and distribute them ...