Google funds project to secure Apache web server project with new Rust component

Funded by Google and led by the Internet Security Research Group, Apache’s web server is set to receive a new Rust-based mod_ssl module. 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 »

Does Rust need proc-macros 2.0?

Without any doubt, macros are an important feature of the Rust programming language. Macros like println!, lazy_static!, various derive-macros and many others have saved countless hours of writing tedious boilerplate code. However, not everything is perfe... (more…)

Read more »