Early Impressions of Go from a Rust Programmer

Nick Cameron is a long-time Rust programmer who has recently started using Go. In this post, he talks about his early impressions of Go. Read this post to learn more. Read more

Similar

Neat Rust Tricks: Passing Closures to C

One of Rust’s biggest selling points is how well it can interoperate with C. It’s able to call into C libraries and produce APIs that C can call into with very little fuss. However, when dealing with sufficiently complex APIs, mismatches between... | Sean... (more…)

Read more »

Writing a prometheus MPD exporter (in Rust)

Today, I challenged myself to write a prometheus exporter for MPD in Rust. Shut up and show me the code! Here you go and here you go for submitting patches. The challenge I recently started monitoring my server with prometheus and grafana. I am no-way a... (more…)

Read more »