首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
Rust 1.3 发布,新的子字符串匹配算法
2015年9月18日 11:28 | 阅读 1271 次

Rust 1.3 发布,该版本最显著的变化是 announcement API 的稳定性及性能的提升。此外,还有新的子字符串匹配算法,一个快速的 zero-filling 方法用于初始化和调整向量,提升了 Read::read_to_end 函数的速度(via lwn.net)  。

Rust 1.3发行日志的更新列表如下:

Highlights

  • The new object lifetime defaults have been turned on after a cycle of warnings about the change. Now types like &'a Box<Trait> (or &'a Rc<Trait>, etc) will change from being interpreted as &'a Box<Trait+'a> to &'a Box<Trait+'static>.

  • The Rustonomicon is a new book in the official documentation that dives into writing unsafe Rust.

  • The Duration API, has been stabilized. This basic unit of timekeeping is employed by other std APIs, as well as out-of-tree time crates.

Breaking Changes

Language

Libraries

Misc

更多内容可查看:Rust-1.3

Rust 是 Mozilla 的一个新的编程语言,由web语言的领军人物Brendan Eich(js之父),Dave Herman以及Mozilla公司的Graydon Hoare 合力开发。

文章转载自:开源中国社区 [http://www.oschina.net]    




评论 (0)
游客请输入验证码
最新评论
0
0
收藏