内容简介:Rust 1.15 发布,Mozilla 的编程语言
Rust 1.15 发布了,Rust 是一种专注于安全性,速度和并发性的系统编程语言。
Rust 1.15 新增了一个自定义 derive 特性,改功能于去年7月支持,于8月合并,经过多次开发和测试,现在已经达到稳定!
#[derive(Debug)]
struct Pet {
name: String,
}
Rustup 安装使用正式版本渠道的 Rust 编程语言,使您能够轻松地在稳定,测试版和夜间编译器之间切换,并保持更新。 它使得交叉编译与通用平台的标准库的二进制构建更容易。 它运行在 Rust 支持的所有平台上,包括 Windows。
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms in Java
Michael T. Goodrich、Roberto Tamassia / Wiley / 2010-01-26 / USD 177.41
* This newest edition examines fundamental data structures by following a consistent object-oriented framework that builds intuition and analysis skills of data structures and algorithms * Presents ne......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!