Calling C Code From Rust
I recently came across the extern keyword in the official Rust book. In a nutshell, one of the things it allows you to do is use »
I recently came across the extern keyword in the official Rust book. In a nutshell, one of the things it allows you to do is use »
I recently had to cross-compile my Rust app from macOS to Linux. The process wasn't too hard, but the documentation wasn't as easy to find as »
If you're like me, you may have walked away after reading about lifetime annotations understanding their purpose but not really getting why the developer needs to »
Function closures have many practical applications (one of which includes isolating data as we will see later in this post). The concept of a function closure »
If you have ever used Terraform to create security groups in AWS, you may have come across a situation where you're trying to do something like »