Rust Incremental Compilation Beta

Over the last few weeks incremental compilation has reached a level stability and performance where we think it is ready for more widespread testing. We invite everyone who is already using the nightly version of Rust to switch the feature on and enjoy th…

Similar

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 »