The Rust team is happy to announce a new version of Rust, 1.58.0. Rust is a programming language empowering everyone to build reliable and efficient software. Read more…
Tag Archives: Rust
Rewriting my toy blockchain in Rust
My plan was to port my toy blockchain from Python to Rust. The initial project had multiple iterations, starting with proof-of-work and later Merkle trees and elliptic curve cryptography – a suitable candidate for a 1-week rewrite. Read more…