Let's reword front page claims

A separate issue is that most Rust introductory and promotional material states that Rust "pursues the trifecta: speed, safety, and concurrency".

So, here's a revised proposal:

Rust is a systems programming language that targets speed, safety, and concurrency. Idiomatic Rust is blazingly fast and enables parallelism without sacrificing memory safety or risking undefined behavior.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.