Tracking Down FFI Segfaults in Rust

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…

Similar

24 days of Rust – conclusion

This article marks the end of the second edition of 24 days of Rust. I hope you enjoyed it and maybe found inspiration for a project or two. I sure did :-) Some of the libraries I wrote about are familiar to almost entire Rust community. Some are fairly o...

Read more »