rust

To bind or not to bind

2 minute read Published: 2022-10-14

Binding or Name Binding is a way to associate data with a symbolic identifier usually called variable. Why it is important in Rust, what rocks are underwater and how it intersects with scopes and lifetimes?

Why Rust

11 minute read Published: 2021-06-26

EN

People ask me a lot about Rust, so I wrote this blog post to answer following questions: