You are here |
morestina.net | ||
| | | |
ricardomartins.cc
|
|
| | | | UnsafeCell is the keystone for building interior mutability types in Rust, such as Cell, RefCell, RwLock and Mutex. In this article we'll explore how it works and how it is used by those types. | |
| | | |
adventures.michaelfbryan.com
|
|
| | | | One of the first things I learned when programming professionally is that global variables are bad. We all take it for granted that its bad practice to write code that relies heavily on global state but the other day I was working with a 3rd party native library, and it reminded why these best practices come about. There are a couple factors which made this particular librarys use of global mutable state rather ugly to work with, | |
| | | |
ricardomartins.cc
|
|
| | | | ||
| | | |
www.shuttle.dev
|
|
| | This article talks about how you can use Actix Web to write a web application, covering routing, middleware, static files and databases. |