Making your own API or run your smart contract but do it safe with Rust
The newsletter is growing steadily, and this is already the fourth edition of your dose of Rust Trends. Let’s dive into the content.
In today’s email:
- Web Frameworks: make the life of a developer easier
- Why is Rust safe: improve your coding habits with Rust
- Blockchains and Rust: a definite match
Web Frameworks
Since Rust is a system language, it has several WFs for an overview look at this GitHub repository, and a blog post by Sylvain Kerkour.
My favorite is Actix, an active community with many code examples and excellent documentation.
Why is Rust safe?
Most design decisions in Rust do not leave room for interpretation, which forces good programming habits. Characteristics like Strongly typed, immutable variables by default, ownership, safe concurrency, etc, make Rust one of the safest languages and removes possible security vulnerabilities and bugs in your code. Most of it happens at compile time, which is way better than in production at runtime.
Blockchains and Rust
There are at least five well-known blockchains using Rust as their primary language. The most popular ones are Solana and Polkadot. To see all five blockchains click here. This article refers to another great article Rust vs. Go for Blockchain, and highlights some nice criteria for both languages.
Enjoy your Sunday, and have a great week ahead.
Thanks for reading!
Bob Peters
Feel free to connect with me on LinkedIn