🔮
Rust学习笔记
  • 介绍
  • Rust入门
    • 安装使用
    • Cargo初用
    • 其他工具
    • 实例1
    • vim安装及配置
    • rust analyzer速度慢
  • rust基础
    • 关键字
    • 模块module和测试
    • 变量-数据类型
      • 浮点数
      • NaN
      • 有理数和复数
    • 单元类型
    • 字符串-切片-数组-元组-hashpmap
    • 结构体和枚举
    • 控制语句
    • 模式匹配match
    • 函数-method 闭包 迭代器
    • File操作
  • Rust进阶
    • 所有权
      • 所有权基础
      • 如何让函数使用某个值,但不获得其所有权
      • 切片
    • Rust VS C
    • 函数指针
  • Q&A
    • Rust的宏
    • cargo expand
    • web server
    • cargo watch使用
    • lib分类
    • cargo源
  • 参考
    • 博客
    • 项目
  • rust内存泄露
  • 智能指针
  • Tauri类似electron的框架
  • Tokio包使用
  • Rust wasm介绍
  • 多线程
    • C语言
  • Golang语言
    • 项目
  • Java
  • Javascript
Powered by GitBook
On this page

参考

Previouscargo源Next博客

Last updated 2 years ago

官方标准库:

rust程序设计语言翻译:

建议:对于大部分开发任务,我们没有必要掌握一门编程语言的所有细节。好办法是花尽量少的时间去掌握日常开发所需要的 80%,而不是花 80 % 时间去掌握平时比较少见的 20%。对于 Rust 来说,20% 包括宏、Unsafe,还有一些复杂的 Pointer、Pin 之类的东西,这些需要了解的时候再去看看就行。

简单编程挑战:

做

个人book:

个人呢学习语言记录:

微软学rust:

王yin

rust群组:

群内容搜索:

常见问题:贴

一篇学习rust方法的外文:

为新手的开源项目:,

微软新手:

https://exercism.org/
Rust Quiz
B站原子之音Rust小case
https://laplacedemon.gitbooks.io/-rust/content/crate_module.html
https://www.twle.cn/
https://docs.microsoft.com/zh-cn/shows/beginners-series-to-rust/?wt.mc_id=academic-29077-cxa&page=3
https://zhuanlan.zhihu.com/p/382174889
https://t.me/rust_zh
网址
https://bitsbybrad.com/2020-09-29-learning-rust/
reddit Good open source projects for Rust beginners
https://docs.microsoft.com/zh-cn/learn/paths/rust-first-steps/
https://doc.rust-lang.org/std/index.html
https://kaisery.github.io/trpl-zh-cn
汇总
Rust 语言圣经 - Rust语言圣经(Rust Course)
Logo
关于 pracitce.rs - Rust By Practice( Rust 练习实践 )
Logo
Introduction - Rust By Example
Logo
Rust语言中文社区-首页
Logo
简介 - 通过例子学 Rust 中文版
Logo
play