Skip to content

Latest commit

 

History

History
73 lines (73 loc) · 4.17 KB

SUMMARY.md

File metadata and controls

73 lines (73 loc) · 4.17 KB

Summary

  • 前言
  • 贡献者
  • [1.介绍](content/README 介绍.md)
  • [2.准备](content/Getting Started 准备.md)
  • [3.教程:猜猜看](content/Guessing Game 猜猜看.md)
  • [4.语法和语义](content/Syntax and Semantics 语法和语义.md)
  • [4.1.变量绑定](content/Variable Bindings 变量绑定.md)
  • [4.2.函数](content/Functions 函数.md)
  • [4.3.原生类型](content/Primitive Types 原生类型.md)
  • [4.4.注释](content/Comments 注释.md)
  • [4.5.If语句](content/If If语句.md)
  • [4.6.循环](content/Loops 循环.md)
  • 4.7.Vectors
  • [4.8.所有权](content/Ownership 所有权.md)
  • [4.9.引用和借用](content/References and Borrowing 引用和借用.md)
  • [4.10.生命周期](content/Lifetimes 生命周期.md)
  • [4.11.可变性](content/Mutability 可变性.md)
  • [4.12.结构体](content/Structs 结构体.md)
  • [4.13.枚举](content/Enums 枚举.md)
  • [4.14.匹配](content/Match 匹配.md)
  • [4.15.模式](content/Patterns 模式.md)
  • [4.16.方法语法](content/Method Syntax 方法语法.md)
  • [4.17.字符串](content/Strings 字符串.md)
  • [4.18.泛型](content/Generics 泛型.md)
  • 4.19.Traits
  • 4.20.Drop
  • [4.21.if let](content/if let.md)
  • [4.22.trait 对象](content/Trait Objects trait 对象.md)
  • [4.23.闭包](content/Closures 闭包.md)
  • [4.24.通用函数调用语法](content/Universal Function Call Syntax 通用函数调用语法.md)
  • [4.25.crate 和模块](content/Crates and Modules crate 和模块.md)
  • [4.26.conststatic](content/const and static.md)
  • [4.27.属性](content/Attributes 属性.md)
  • [4.28.type别名](content/type Aliases type别名.md)
  • [4.29.类型转换](content/Casting Between Types 类型转换.md)
  • [4.30.关联类型](content/Associated Types 关联类型.md)
  • [4.31.不定长类型](content/Unsized Types 不定长类型.md)
  • [4.32.运算符和重载](content/Operators and Overloading 运算符和重载.md)
  • [4.33.Deref强制多态](content/Deref coercions Deref强制多态.md)
  • [4.34.宏](content/Macros 宏.md)
  • [4.35.裸指针](content/Raw Pointers 裸指针.md)
  • [4.36.不安全代码](content/unsafe 不安全代码.md)
  • [5.高效 Rust](content/Effective Rust 高效 Rust.md)
  • [5.1.栈和堆](content/The Stack and the Heap 栈和堆.md)
  • [5.2.测试](content/Testing 测试.md)
  • [5.3.条件编译](content/Conditional Compilation 条件编译.md)
  • [5.4.文档](content/Documentation 文档.md)
  • [5.5.迭代器](content/Iterators 迭代器.md)
  • [5.6.并发](content/Concurrency 并发.md)
  • [5.7.错误处理](content/Error Handling 错误处理.md)
  • [5.8.选择你的保证](content/Choosing your Guarantees 选择你的保证.md)
  • [5.9.外部函数接口](content/Foreign Function Interface 外部函数接口.md)
  • [5.10.Borrow 和 AsRef](content/Borrow and AsRef Borrow 和 AsRef.md)
  • [5.11.发布途径](content/Release Channels 发布途径.md)
  • [5.12.不使用标准库开发 Rust](content/Using Rust Without the Standard Library 不使用标准库开发 Rust.md)
  • [5.13.过程宏(和自定义导出)](content/Procedural Macros 过程宏.md)
  • [6.Rust 开发版](content/Nightly Rust Rust 开发版.md)
  • [6.1.编译器插件](content/Compiler Plugins 编译器插件.md)
  • [6.2.内联汇编](content/Inline Assembly 内联汇编.md)
  • [6.3.不使用标准库](content/No stdlib 不使用标准库.md)
  • [6.4.固有功能](content/Intrinsics 固有功能.md)
  • [6.5.语言项](content/Lang items 语言项.md)
  • [6.6.链接进阶](content/Advanced Linking 链接进阶.md)
  • [6.7.基准测试](content/Benchmark tests 基准测试.md)
  • [6.8.装箱语法和模式](content/Box Syntax and Patterns 装箱语法和模式.md)
  • [6.9.切片模式](content/Slice patterns 切片模式.md)
  • [6.10.关联常量](content/Associated Constants 关联常量.md)
  • [6.11.自定义内存分配器](content/Custom Allocators 自定义内存分配器.md)
  • [7.词汇表](content/Glossary 词汇表.md)
  • [8.语法索引](content/Syntax Index 语法索引.md)
  • [9.参考文献](content/Bibliography 参考文献.md)
  • 附录:名词中英文对照