Explore >> Select a destination


You are here

blog.asleson.org
| | scorpiosoftware.net
3.0 parsecs away

Travel
| | The Rust language ecosystem is growing each day, its popularity increasing, and with good reason. It's the only mainstream language that provides memory and concurrency safety at compile time, with a powerful and rich build system (cargo), and a growing number of packages (crates). My daily driver is still C++, as most of my work...
| | radu-matei.com
3.4 parsecs away

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

Travel
| | Building and compiling a Rust FFI library so it can be executed from Go.
| | blog.samuelmaddock.com
16.2 parsecs away

Travel
| After 4 months of waiting, that is the response I got from Widevine, Google's DRM for web browsers, regarding a license agreement. For the last 2 years I've been working on a web browser that now cannot be completed because Google, the creators of the open source browser Chrome, won't allow DRM in an open source project. The browser I'm building, called Metastream, is an Electron-based (Chromium derived), MIT-licensed browser hosted on GitHub.