nikomatsakis / rust-design-axioms

Discovering and describing Rust's design axioms
https://nikomatsakis.github.io/rust-design-axioms/
Other
66 stars 3 forks source link

Integrate an aspect from the WIP "productive" into "accessible" #9

Open joshtriplett opened 9 months ago

joshtriplett commented 9 months ago

"We try to make the convenient high-level implementation be an efficient one."

This captures a key aspect from "productive" that wasn't represented anywhere else, and fits it in naturally with the axiom that "Rust is meant to empower everyone to build reliable and efficient software".

(This is going to conflict with other PRs; happy to rebase after those PRs are merged.)