Welcome to the #6 edition of Rust in Blockchain, the hypest newsletter about the hypest tech. Previous: #5. Project spotlight Each month we like to shine a light on a notable Rust blockchain… (more…)
Read more »
This book is for people familiar with C or C++ who are thinking of using Rust.
Read more »
actix-web is dead. This situation is bad, from all sides. When Rust was a tiny, tiny community, I thought to myself, “wow, I wonder how long this will last? Probably 1.0 will kill it.” Sort of playing off of Eternal September, I assumed that over... | Ste... (more…)
Read more »
In a previous blog post, I observed that one of the medium-termpossibilities we’re seriously considering for NTPsec is moving theentire codebase out of...
Read more »
Rusts type system requires that there only ever is one mutable reference to a value or one or more shared references. What happens when you need multiple references to some value, but also need to mutate through them? We use a trick called interor mutabil... (more…)
Read more »