Tag Archives: rust
Rust Internal Mutability – Part 1 – Cell
Rust is known by some very strict rules when it comes to references and compile-time value integrity. This is the one of the main reasons why it was voted for the most loved language in the last 6 years by developers on StackOverflow (TODO: INSERT LINK HERE). In fact, if you try to compile the…