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

An essay of checked exceptions in Rust

Two years ago I started the cex project to support checked exceptions in Rust. After eating my own dog food, I'd like to share some thoughts - with little code and more like an essay. Checked exceptions provide code-as-documentation #[cex] pub fn foo()... (more…)

Read more »