How to “Rewrite it in Rust”

In a previous article we’ve talked about how you can avoid rewriting a library in Rust when you don’t need to. But what about the times when you really do need to?
In most languages you’d need to rewrite the entire library from the ground up, waiting unti… Read more

Similar

Rust Traits: Defining Behavior

Before jumping into any programming language, you often hear about its “heavy hitters” - the features that usually make the highlight reel when someone “in the know” is trying to summarize the strong points of the language. In 2015, as I was learning Go, ... (more…)

Read more »