Rust 101

Rust is a kick-ass language. Many developers hate Rust because of borrowing and responsibility rules, I get it. However, these rules that make the language so appealing and much more efficient, check it out Discord use case, they migrated from Go to Rust. Today I want to show some nice things that the language offers to any engineer who wants nothing by the best performance. Rust syntax could be better? Yes, for sure. However syntax it's not what matters most. So let's get started, I made a video for us show in practice some cool stuff about Rust, I hope you like it.


Rust 101 Video



Rust 101 from Diego Pacheco on Vimeo.


Cheers,
Diego Pacheco

Popular posts from this blog

Kafka Streams with Java 15

Rust and Java Interoperability

HMAC in Java