Rust vs. Go

This post is a head-to-head comparison of Rust vs. Go for NTPsec’spurposes. Read it bearing in mind that the NTP codebase has anunusual combination of…

Similar

Writing Non-Trivial Macros in Rust

Macros in Rust tend to have a reputation for being complex and magical, the likes which only seasoned wizards like @dtolnay can hope to understand, let alone master. Rust’s declarative macros provide a mechanism for pattern matching on arbitrary syntax to... (more…)

Read more »