Plugins in Rust: The Technologies

In this article I will further analyze how a Plugin Development Kit (PDK) could
be implemented in Rust. Note that I’m no expert in the topic; my objective is to
merely collect all the information I’ve found so far and present it as a
summary, with enough … Read more

Similar

Building Realtime APIs in Rust

I’ve been working recently on Backtalk, a little toy Rust framework for building realtime APIs. Let’s say you’re building a hot new tech startup — Facebook for Cats. You’re going to need a web server to track all these cats. Let’s build one quickly using ... (more…)

Read more »