Rust Bitcoin

An awesome collection of Rust Bitcoin projects, libraries, and packages. – GitHub – BitcoinDevelopersAcademy/awesome-rust-bitcoin: An awesome collection of Rust Bitcoin projects, libraries, and pac… Read more

Similar

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 ... (more…)

Read more »

Understanding #[derive(Clone)] in Rust

This post assumes that you have an entry-level familiarity with Rust: you’ve fought with the borrow checker enough to start to internalize some of its model; you’ve defined structs, implemented traits on those structs, and derived implementations of commo... (more…)

Read more »