Skip to content

My Rust note. 90% is basically my translation(CN) of "The Rust Programming Language". 10% is note stuff.

License

Notifications You must be signed in to change notification settings

YuriChow/rust-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-note

My Rust note. 90% is basically my translation(CN) of "The Rust Programming Language". 10% is my own note stuff.

description

这是我在学习 Rust 时做的笔记。其中 90% 的内容是 The Rust Programming Language 的中文译文。
If you do not read Chinese, reading The Rust Programming Language would be best, or finding other translations.

由于本笔记是学习 The Rust Programming Language 时所记录,因此章节安排、行文顺序均和原书基本一致。并且为了不缺漏原文含义,无论重点是基础还是高级,均未进行省略,包含原文中所有的知识点。同时也包含了一些我自己的理解和总结,以供参考。
并且,同本笔记配套的还有示例代码,里面也有一点笔记(重点均已被包含在 Markdown 笔记中),还掺杂了一些我的测试代码,因此格式有点乱,供参考。

由于水平有限,如果有翻译错误/知识点错误的部分,烦请知会,我会重新审核/更正,学习进步。十分感谢。

you can

对于笔记文档

  1. 您可以阅读/下载此笔记
  2. 您可以引用此笔记内容,但需要注明引用的:“author: @YuriChow”,和此归档的链接
  3. 您可以转载此笔记,但需要注明:“author: @YuriChow”,和此归档的链接,并且明示可以从此链接免费获取全文

对于代码

MIT Licence

others

笔记

此笔记使用 Obsidian 记录,虽然没有使用几个特性功能 - 99%内容均为基础的 Markdown 语法,但是为了最好的阅读体验,推荐使用 Obsidian 打开此文档库。

代码

绝大部分代码是跟随 The Rust Programming Language 练习产生的代码。并且其中掺有一些个人的测试代码。 每个 .src 文件中的代码组织有点混乱,仅用作笔记参考和个人归档,推荐您跟随教程自己练习。 (文件过多,因此上传压缩包)

About

My Rust note. 90% is basically my translation(CN) of "The Rust Programming Language". 10% is note stuff.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published