Posts

Showing posts with the label Rust

Rust to JavaScript Cheat Sheet

A quick reference for translating common Rust features to JavaScript.

Rust Cargo to Node.js NPM Cheat Sheet

A quick reference for translating common Rust Cargo commands to Node.js NPM.

Cross-platform desktop app filesize comparison

Image
I am the author of Desktop MP3 , an offline music player focused on simplicity and ease-of-use.   The MacOS version is built using Objective-C with Storyboard, and the Windows versions is built using Electron.  In this article, I want to show the differences between binary file sizes using different cross platform desktop frameworks. Desktop MP3