https://zhuanlan.zhihu.com/p/606068692为了达到这个目标,niko便将这个目标拆解为几个原则/价值观:
Rust是可靠的(Reliable):可编译则可工作——if it compiles, it works
Rust是高性能的(Performant):惯用代码高效运行——idiomatic code runs efficiently
Rust能给予很多支持(Supportive):语言、工具、社区都能提供帮助——the language, tools, and community are here to help
Rust是高产效的(Productive):些许努力就能做很多——a little effort does a lot of work
Rust是透明的(Transparent):底层细节可预测且可控制——you can predict and control low-level details
Rust是通用的(Versatile):你可以用 Rust 做任何事——you can do anything with Rust
--
FROM 117.147.20.*