1.0.0

Rust 1.0.0-alpha 即将释出

走远了吗. 提交于 2020-01-07 19:16:37
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> Rust 1.0.0-alpha 即将释出 发行说明和参考资料: Version 1.0.0-alpha (January 2015) ---------------------------------- * ~2300 changes, numerous bugfixes * Highlights * The language itself is considered feature complete for 1.0, though there is a significant amount of cleanup and bugfixes remaining. * Nearly 50% of the public API surface of the standard library has been declared 'stable'. Those interfaces will not change. * Most crates that are not `std` have been moved out of the Rust distribution into the Cargo ecosystem so they can evolve separately and don't need to be

Rust 1.0.0-alpha 释出

不打扰是莪最后的温柔 提交于 2020-01-07 18:28:47
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 今天Rust 1.0.0-alpha 按计划如期释出。 有几个地方或以帮助大家感受这一门语言 1、官方提供的《 A 30-minute Introduction to Rust 》。可以在30分钟内对Rust语言有基本的了解。 2、官方出版的电子书 《 The Rust Programming Language 》。 官方首次发布该电子书,也是官方发布的第一本编程书,相比之前为新手准备的Guide,该书更有层次,更全面,还有很多编程实践在里面,可以更好地 帮助新手系统的了解语言的全貌。 【推荐】 3、由Steve Klabnik维护的《 Rust by Example 》。它为Rust的每功能点提供一个示例程序,并且由浅入深、分门别类的组织在一起,学完一个示例可以按下一步,继续学习第二个示例,为新手提供了一个良好的实践向导。此外它还提供了一个可以做实验的沙盒,用户不用安装Rust也可以写代码,做实验。 【推荐】 详细请看:http://doc.rust-lang.org/1.0.0-alpha/ 来源: oschina 链接: https://my.oschina.net/u/10896/blog/365726