Everything you need to know about getting started with unsafe Rust. Learn to troubleshoot common issues and debunk popular myths. (more…)
Read more »
I was developing safe wrappers for Ceph recently and I wanted to put them into use.I wrote some code that talked directly to Rados ( Ceph’s object store ) to...
Read more »
Analyze the public data from the CERN base ALICE collaboration with Rust - cbourjau/alice-rs... (more…)
Read more »
In the previous blog, I discussed one of the superpowers of Unsafe Rust which is dereferencing a raw pointer. In this blog, we will see another feature of unsaf... (more…)
Read more »