Snatch: A simple and fast download accelerator, in Rust

snatch – A simple, fast and interruptable download accelerator, written in Rust…

Similar

Rust and the JVM

This is the 7th post in the Start Rust focus series. So far, we have learned the basics of Rust syntax, developed a custom Kubernetes controller, and integrated with the front-end with Wasm. I’ve been using the JVM for two decades now, mainly in Java. The... (more…)

Read more »

Rust at OneSignal

Read all about our blazing fast Push Notification delivery system, OnePush, which is written in The Rust Programming Language.

Read more »

Implementing Rust’s Dbg in Python

Rust has an amazing dbg macro that lets you quickly set up an expression printer that will also put in the source line. It also returns the value of the expression so you can even easily inline the printing when you want to! (more…)

Read more »