内容简介:Rust 1.15 发布,Mozilla 的编程语言
Rust 1.15 发布了,Rust 是一种专注于安全性,速度和并发性的系统编程语言。
Rust 1.15 新增了一个自定义 derive 特性,改功能于去年7月支持,于8月合并,经过多次开发和测试,现在已经达到稳定!
#[derive(Debug)]
struct Pet {
name: String,
}
Rustup 安装使用正式版本渠道的 Rust 编程语言,使您能够轻松地在稳定,测试版和夜间编译器之间切换,并保持更新。 它使得交叉编译与通用平台的标准库的二进制构建更容易。 它运行在 Rust 支持的所有平台上,包括 Windows。
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms of the Intelligent Web
Haralambos Marmanis、Dmitry Babenko / Manning Publications / 2009-7-8 / GBP 28.99
Web 2.0 applications provide a rich user experience, but the parts you can't see are just as important-and impressive. They use powerful techniques to process information intelligently and offer featu......一起来看看 《Algorithms of the Intelligent Web》 这本书的介绍吧!